• wonderlic tests
  • EXAM REVIEW
  • NCCCO Examination
  • Summary
  • Class notes
  • QUESTIONS & ANSWERS
  • NCLEX EXAM
  • Exam (elaborations)
  • Study guide
  • Latest nclex materials
  • HESI EXAMS
  • EXAMS AND CERTIFICATIONS
  • HESI ENTRANCE EXAM
  • ATI EXAM
  • NR AND NUR Exams
  • Gizmos
  • PORTAGE LEARNING
  • Ihuman Case Study
  • LETRS
  • NURS EXAM
  • NSG Exam
  • Testbanks
  • Vsim
  • Latest WGU
  • AQA PAPERS AND MARK SCHEME
  • DMV
  • WGU EXAM
  • exam bundles
  • Study Material
  • Study Notes
  • Test Prep

Name: Class: Date: - Chapter 01: An Overview of Computers and Progra...

Testbanks Dec 29, 2025 ★★★★★ (5.0/5)
Loading...

Loading document viewer...

Page 0 of 0

Document Text

Name: Class: Date:

Chapter 01: An Overview of Computers and Programming

Copyright Cengage Learning. Powered by Cognero. Page 1 1.Software can be classified into two broad types: application software and programming software.

  • True
  • False

ANSWER: False

FEEDBACK: Correct Correct. Software can be classified into application software and system software.Incorrect Incorrect. Software can be classified into application software and system software.

POINTS: 1

REFERENCES: 2

Understanding Computer Systems

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.01 - Describe computer systems

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

2.Every programming language has rules governing its word usage and punctuation.

  • True
  • False

ANSWER: True

FEEDBACK: Correct Correct. Programming languages use a compiler or interpreter to convert source code into machine language. The compiler or interpreter needs to have correct syntax to correctly translate the program into machine language. Correct syntax follows a specific set of rules defining word usage and punctuation.Incorrect Incorrect. Programming languages use a compiler or interpreter to convert source code into machine language. The compiler or interpreter needs to have correct syntax to correctly translate the program into machine language. Correct syntax follows a specific set of rules defining word usage and punctuation.

POINTS: 1

REFERENCES: 3

Understanding Computer Systems

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.01 - Describe computer systems

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

3.Besides the popular, comprehensive programming languages such as Java and C++, many programmers use scripting languages such as Python, Lua, Perl, and PHP.

  • True
  • False

ANSWER: True

FEEDBACK: Correct Correct. Scripting languages such as Python, Lua, Perl, and PHP can be typed directly from a keyboard and are stored as text rather than as binary executable files, from which they are interpreted line by line when the program executes, rather than compiled to machine language (binary).Programming Logic & Design, 10e Joyce Farrell (Test Bank, All Chapters. 100% Original Verified, A+ Grade) 1 / 4

Name:

Class:

Date:

Chapter 01: An Overview of Computers and Programming

Copyright Cengage Learning. Powered by Cognero. Page 2

Incorrect Incorrect. Scripting languages such as Python, Lua, Perl, and PHP can be typed directly from a keyboard and are stored as text rather than as binary executable files, from which they are interpreted line by line when the program executes, rather than compiled to machine language (binary).

POINTS: 1

REFERENCES: 4

Understanding Computer Systems

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.01 - Describe computer systems

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • Professional computer programmers write programs to satisfy their own needs.
  • True
  • False

ANSWER: False

FEEDBACK: Correct Correct. Professional programmers write programs to satisfy the needs of others, called users or end users.Incorrect Incorrect. Professional programmers write programs to satisfy the needs of others, called users or end users.

POINTS: 1

REFERENCES: 8

Understanding the Program Development Cycle

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.03 - List the steps involved in the program development cycle

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • The heart of the programming process lies in planning the program’s logic.
  • True
  • False

ANSWER: True

FEEDBACK: Correct Correct. The first step of programming is to understand the needs of the end users, but the heart of programming lies in planning the program’s logic. It is during this phase that the programmer plans the steps of the program and how to order them.Incorrect Incorrect. The first step of programming is to understand the needs of the end users, but the heart of programming lies in planning the program’s logic. It is during this phase that the programmer plans the steps of the program and how to order them.

POINTS: 1

REFERENCES: 9

Planning the Logic

QUESTION TYPE: True / False 2 / 4

Name:

Class:

Date:

Chapter 01: An Overview of Computers and Programming

Copyright Cengage Learning. Powered by Cognero. Page 3

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.03 - List the steps involved in the program development cycle

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • Once a program is completely coded, it is ready for a company or organization to use.
  • True
  • False

ANSWER: False

FEEDBACK: Correct Correct. Coding is only one stage of the product development cycle. Once a program is coded and the syntax is checked for errors, it needs to be tested for logical errors. The process of finding and correcting program errors is called debugging, and programs should only be put into production after they are debugged and tested.Incorrect Incorrect. Coding is only one stage of the product development cycle. Once a program is coded and the syntax is checked for errors, it needs to be tested for logical errors. The process of finding and correcting program errors is called debugging, and programs should only be put into production after they are debugged and tested.

POINTS: 1

REFERENCES: 13

Putting the Program into Production

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.03 - List the steps involved in the program development cycle

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • Pseudocode is an English-like representation of the logical steps necessary to solve a problem.
  • True
  • False

ANSWER: True

FEEDBACK: Correct Correct. An English-like representation of the logical steps it takes to solve a problem is called pseudocode. "Pseudo" is a prefix that means "false," so "pseudocode" simply means "false code," or sentences that appear like programming language but do not follow syntax rules.Incorrect Incorrect. An English-like representation of the logical steps it takes to solve a problem is called pseudocode. "Pseudo" is a prefix that means "false," so "pseudocode" simply means "false code," or sentences that appear like programming language but do not follow syntax rules.

POINTS: 1

REFERENCES: 15

Using Pseudocode Statements and Flowchart Symbols

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.04 - Write pseudocode statements and draw flowchart symbols 3 / 4

Name:

Class:

Date:

Chapter 01: An Overview of Computers and Programming

Copyright Cengage Learning. Powered by Cognero. Page 4

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • An infinite loop is a flow of program logic that repeats and never ends.
  • True
  • False

ANSWER: True

FEEDBACK: Correct Correct. The repetition of a series of steps is called a loop. If the logic in a loop contains a problem such that it never exits the loop, the situation is known as an infinite loop.Incorrect Incorrect. The repetition of a series of steps is called a loop. If the logic in a loop contains a problem such that it never exits the loop, the situation is known as an infinite loop.

POINTS: 1

REFERENCES: 19

Repeating Instructions

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.04 - Write pseudocode statements and draw flowchart symbols

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • Alan Turing is often regarded as the first programmer.
  • True
  • False

ANSWER: False

FEEDBACK: Correct Correct. Ada Lovelace predicted the development of software in 1843; she is often regarded as the first programmer. Alan Turing proposed the basis for modern software in 1935 when he theorized a universal Turing machine that could be programmed to follow a set of instructions.Incorrect Incorrect. Ada Lovelace predicted the development of software in 1843; she is often regarded as the first programmer. Alan Turing proposed the basis for modern software in 1935 when he theorized a universal Turing machine that could be programmed to follow a set of instructions.

POINTS: 1

REFERENCES: 27

Understanding the Evolution of Programming Models

QUESTION TYPE: True / False

HAS VARIABLES: False

LEARNING OBJECTIVES: PL&D.FARR.18.01.07 - Describe the evolution of programming models

DATE CREATED: 9/12/2016 12:40 PM

DATE MODIFIED: 11/15/2019 4:09 PM

  • Programmers can use either procedural programming or object-oriented programming to develop programs.
  • True
  • / 4

User Reviews

★★★★★ (5.0/5 based on 1 reviews)
Login to Review
S
Student
May 21, 2025
★★★★★

With its step-by-step guides, this document made learning easy. Definitely a impressive choice!

Download Document

Buy This Document

$1.00 One-time purchase
Buy Now
  • Full access to this document
  • Download anytime
  • No expiration

Document Information

Category: Testbanks
Added: Dec 29, 2025
Description:

Name: Class: Date: Chapter 01: An Overview of Computers and Programming Copyright Cengage Learning. Powered by Cognero. Page 1 1.Software can be classified into two broad types: application softwar...

Unlock Now
$ 1.00