Filters
Question type

Study Flashcards

When a Python interpreter runs a script, what is the script translated into?


A) assembly code
B) byte code
C) interpolated language code
D) ELF-formatted binary

E) None of the above
F) All of the above

Correct Answer

verifed

verified

What technology replaced the vacuum tube as the mechanism for implementing electronic switches in computer hardware?


A) transistor
B) resistor
C) fully programmable gate array
D) microprocessor

E) All of the above
F) A) and B)

Correct Answer

verifed

verified

When using a computer, human users primarily interact with the memory.

A) True
B) False

Correct Answer

verifed

verified

An algorithm describes a process that may or may not halt after arriving at a solution to a problem.

A) True
B) False

Correct Answer

verifed

verified

In 1984, Apple Computer brought forth the Macintosh, the first successful mass-produced personal computer with a graphical user interface.

A) True
B) False

Correct Answer

verifed

verified

What language was designed based on a theory of recursive functions and is considered to be an ideal language for solving difficult or complex problems?


A) COBOL
B) FORTRAN
C) LISP
D) Assembler

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

A flash memory stick is an example of what type of storage media?


A) magnetic storage media
B) optical storage media
C) electrical storage media
D) semiconductor storage media

E) None of the above
F) A) and C)

Correct Answer

verifed

verified

Each individual instruction in an algorithm is well defined.

A) True
B) False

Correct Answer

verifed

verified

The development of the transistor in the early 1960s allowed computer engineers to build ever smaller, faster, and less expensive computer hardware components.

A) True
B) False

Correct Answer

verifed

verified

When reading the syntax for the print command, what does the ellipsis between expressions indicate?


A) They indicate that all expressions are required to be included.
B) They indicate that the program has a minimum number of expressions that must be included.
C) They indicate that you must pass a value of specific type to the expression.
D) They indicate that you could include multiple expressions after the first one.

E) B) and C)
F) None of the above

Correct Answer

verifed

verified

What type of processing occurs when processes run for a slice of time, then yield access to the CPU to another process, cycling through processes repeatedly?


A) coalescent processing
B) cooperative processing
C) concurrent processing
D) divisive processing

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

In the early 1940s, computer scientists realized that a symbolic notation could be used instead of machine code, and the first assembly languages appeared.

A) True
B) False

Correct Answer

verifed

verified

In the 1960s, batch processing sometimes caused a programmer to wait days for results, including error messages.

A) True
B) False

Correct Answer

verifed

verified

When using IDLE for Python programming, what color is used to distinguish built-in function names?


A) blue
B) green
C) purple
D) red

E) B) and C)
F) A) and C)

Correct Answer

verifed

verified

Regardless of whether print is passed a single or multiple expressions, what does output always end with by default?


A) A carriage return.
B) A null terminator.
C) A newline.
D) An EOL.

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

What is the name used for the integrated program development environment that comes with a Python installation?


A) Eclipse
B) IDLE
C) PyShell
D) PyDDL

E) B) and C)
F) C) and D)

Correct Answer

verifed

verified

What built-in function should you use in Python to prompt a user for data input?


A) input
B) cin
C) prompt
D) get

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

What processor was contained in the first mass-produced personal computer?


A) Intel 8080
B) AMD486
C) NEC V20
D) Motorola 88000

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

The most important example of system software is a computer's operating system.

A) True
B) False

Correct Answer

verifed

verified

In order to change the print function to output on the same line as the previous one, without printing a newline, what expression can be added?


A) terminator = ""
B) end = ""
C) eol = ""
D) newline = 0

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

Showing 21 - 40 of 50

Related Exams

Show Answer