Verified Multiple Choice and Conceptual
Actual Exam Questions With Reviewed 100%
Correct Detailed Answers
Guaranteed Pass!!Current Update
1. Guido van Rossum - ANSWER Creator of Python
2. Which of the following is an example of an input device? - ANSWER
Mouse
3. High level programming languages include: - ANSWER Python, Java, C,
etc.
4. Examples of operating systems do NOT include: - ANSWER Excel
5. T or F: System Software provides the real functionality of a computer,
helping your computer do specific types of work. - ANSWER True
6. Which of the following is an example of software? - ANSWER WingIDE
101
,7. T or F: A bit is the smallest unit of data in a computer. - ANSWER True
8. T or F: Python is commonly used to create things like websites, games, and
graphic interfaces. - ANSWER True
9. Of the options below, which equal one gigabyte? - ANSWER 1024
Megabytes (MB)
10.What is Syntax? - ANSWER Rules that say what programs look like, and
how the statements in the programming language are formed
11.Which of the following is NOT a device to store data in a computer? -
ANSWER RAM
12.T or F: Python is considered a low-level language. - ANSWER False
13.What piece of hardware connects all the components and devices of a
computer? - ANSWER Motherboard
14.A computer's "working memory" is its: - ANSWER RAM
15.System Software is used for - ANSWER Managing a computer's
resources
, 16.How many bytes are in a kilobyte? - ANSWER 1024
17.T or F: A computer, is some cases, understands more than machine code. -
ANSWER False
18.Refers to the tangible part of a computer system - ANSWER Hardware
19.Examples of application software includes all of the following, except: -
ANSWER Android
20.T or F: print() is an example of an input. - ANSWER False
21.T or F: Python needs a main function to operate. - ANSWER False
22.Which of the following is an example of an integer? - ANSWER 4
23.T or F: String values can never be converted to integer values. - ANSWER
True
24.Which of the following is true about an integer? - ANSWER An integer
can be stored as a variable
25.T or F: Boolean only has two possible values. - ANSWER True