Computer Programming Quiz

Computer Programming Quiz

12th Grade

100 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

12th Grade

95 Qs

Python 101 Quiz - 101 Questions

Python 101 Quiz - 101 Questions

5th - 12th Grade

101 Qs

Python Certification Preparation (April 2022)

Python Certification Preparation (April 2022)

11th - 12th Grade

100 Qs

CS322 FINAL EXAMINATIONS

CS322 FINAL EXAMINATIONS

12th Grade - University

100 Qs

Fall Semester Exam Review

Fall Semester Exam Review

9th - 12th Grade

99 Qs

REMEDIAL UAS GENAP INFORMATIKA

REMEDIAL UAS GENAP INFORMATIKA

9th - 12th Grade

100 Qs

M3 R5 Chapter 6

M3 R5 Chapter 6

12th Grade

105 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?