Computer Programming Quiz

Computer Programming Quiz

12th Grade

100 Qs

quiz-placeholder

Similar activities

M3 R5 Chapter 8

M3 R5 Chapter 8

12th Grade - University

100 Qs

Java - Ch. 1 - 6 Review

Java - Ch. 1 - 6 Review

9th - 12th Grade

95 Qs

devnet

devnet

12th Grade

97 Qs

General Knowledge Quiz

General Knowledge Quiz

12th Grade

98 Qs

MEGAQUIZ

MEGAQUIZ

3rd - 12th Grade

100 Qs

Information Technology

Information Technology

7th - 12th Grade

96 Qs

Latihan USP

Latihan USP

9th - 12th Grade

100 Qs

Compilation Stages Quiz

Compilation Stages Quiz

12th Grade

100 Qs

Computer Programming Quiz

Computer Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Rafael Araujo

FREE Resource

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in a computer program?

A storage location with a name and a value

A type of computer hardware

A programming language

A type of software

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the assignment operator = do in Python?

Compares two values

Assigns a value to a variable

Multiplies two numbers

Divides two numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

6pack

can_volume

can volume

class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the value 3.14 in Python?

int

float

str

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a floating-point number?

42

-3.14

0

100

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression 5 + 3 * 2 in Python?

16

11

13

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in Python?

Reads input from the user

Displays output to the screen

Saves data to a file

Terminates the program

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers