Python Class 1 - Programming basics

Computers can directly read and understand programming languages like php, java, .NET, etc.
True
False
What turns human readable code into machine language (1's and 0's?)
Assembler
Interpreter
Compiler
Builder
A script needs to be compiled before running
True
False
What handles scripts and allows them to run
Compiler
Assembler
Interpreter
Builder
A script is a list of commands that can be executed without user interaction
True
False
Variables
Act as storage locations for data in a program
Can be overwritten
Represent multiple types of data, including Booleans, names, integers, arrays, strings, objects, etc.
All of the above
An integer is
A whole number that is positive, negative, or zero.
A variable with a fractional value
Any letter number, space, punctuation mark, or symbol that can be typed on a computer
A value that is either true or false
A Boolean is
A whole number that is positive, negative, or zero.
A value that is either true or false
A variable with a fractional value
Any letter number, space, punctuation mark, or symbol that can be typed on a computer
A float is
A whole number that is positive, negative, or zero.
A value that is either true false
Any letter number, space, punctuation mark, or symbol that can be typed on a computer
A variable with a fractional value
An Array is a data structure that contains a group of elements. Which of the below examples represents an array declaration.
Array = 2,3
[2,3] = array
Array = [2,3]
Array == [2,3]
{"name":"Python Class 1 - Programming basics", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Computers can directly read and understand programming languages like php, java, .NET, etc., What turns human readable code into machine language (1's and 0's?), A script needs to be compiled before running","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker