Questions with (100% Pass Rated A+)
Correct Verified Answers Latest Update 2025
How many bytes are in a kilobyte? --- correct answers ---1024
T or F: A computer, is some cases, understands more than machine code. ---
correct answers ---False
Refers to the tangible part of a computer system --- correct answers ---
Hardware
Examples of application software includes all of the following, except: ---
correct answers ---Android
T or F: print() is an example of an input. --- correct answers ---False
T or F: Python needs a main function to operate. --- correct answers ---False
Which of the following is an example of an integer? --- correct answers ---4
,T or F: String values can never be converted to integer values. --- correct
answers ---True
Which of the following is true about an integer? --- correct answers ---An
integer can be stored as a variable
T or F: Boolean only has two possible values. --- correct answers ---True
Which of the following is an example of a boolean value? --- correct
answers ---True
T or F: "Hello, World!" is a string --- correct answers ---True
Which of the following displays a proper string literal? --- correct answers -
--ProgrammingDialogue = 'Coding in python is fun!'
Which of the following is an example of a comment in python? --- correct
answers ---# This is a comment in python
What is the name of the python function that tells you a class? --- correct
answers ---Type
T or F: A string is a numerical type of data. --- correct answers ---False
, What is the extension of the source file for a python program? --- correct
answers ---.py
Which of the following is a legal variable name? --- correct answers ---
studentname1
Rules of naming identifiers include the following, except: --- correct
answers ---Can include a space
T or F: Values cannot be converted from one type to another. --- correct
answers ---False
What is Semantics? --- correct answers ---Rules that say what the program
means
What is Machine Code? --- correct answers ---Numbers treated as
instructions by the CPU. EX: 05 01 23
What is Assembly Code? --- correct answers ---Humanly readable way of
writing machine code.
EX:
add EAX, 1