Purdue CNIT 155 Midterm Exam (Python)
Questions with 100% Correct Answers |
Verified | Latest Update 2024 | 100% Pass|
Rated A+
A computer's "working memory" is its: - ✔✔RAM
System Software is used for - ✔✔Managing a computer's resources
How many bytes are in a kilobyte? - ✔✔1024
T or F: A computer, is some cases, understands more than machine code. -
✔✔False
Refers to the tangible part of a computer system - ✔✔Hardware
,Examples of application software includes all of the following, except: -
✔✔Android
T or F: print() is an example of an input. - ✔✔False
T or F: Python needs a main function to operate. - ✔✔False
Which of the following is an example of an integer? - ✔✔4
T or F: String values can never be converted to integer values. - ✔✔True
Which of the following is true about an integer? - ✔✔An integer can be stored
as a variable
T or F: Boolean only has two possible values. - ✔✔True
, Which of the following is an example of a boolean value? - ✔✔True
T or F: "Hello, World!" is a string - ✔✔True
Which of the following displays a proper string literal? -
✔✔ProgrammingDialogue = 'Coding in python is fun!'
Which of the following is an example of a comment in python? - ✔✔# This is
a comment in python
What is the name of the python function that tells you a class? - ✔✔Type
T or F: A string is a numerical type of data. - ✔✔False
Questions with 100% Correct Answers |
Verified | Latest Update 2024 | 100% Pass|
Rated A+
A computer's "working memory" is its: - ✔✔RAM
System Software is used for - ✔✔Managing a computer's resources
How many bytes are in a kilobyte? - ✔✔1024
T or F: A computer, is some cases, understands more than machine code. -
✔✔False
Refers to the tangible part of a computer system - ✔✔Hardware
,Examples of application software includes all of the following, except: -
✔✔Android
T or F: print() is an example of an input. - ✔✔False
T or F: Python needs a main function to operate. - ✔✔False
Which of the following is an example of an integer? - ✔✔4
T or F: String values can never be converted to integer values. - ✔✔True
Which of the following is true about an integer? - ✔✔An integer can be stored
as a variable
T or F: Boolean only has two possible values. - ✔✔True
, Which of the following is an example of a boolean value? - ✔✔True
T or F: "Hello, World!" is a string - ✔✔True
Which of the following displays a proper string literal? -
✔✔ProgrammingDialogue = 'Coding in python is fun!'
Which of the following is an example of a comment in python? - ✔✔# This is
a comment in python
What is the name of the python function that tells you a class? - ✔✔Type
T or F: A string is a numerical type of data. - ✔✔False