May Computing Quiz

May Computing Quiz

9th Grade

36 Qs

quiz-placeholder

Similar activities

Cambridge Technicals Unit 1

Cambridge Technicals Unit 1

7th - 12th Grade

31 Qs

3rd Hr CA 2 B2 Final Exam Review 20-21

3rd Hr CA 2 B2 Final Exam Review 20-21

9th - 12th Grade

35 Qs

Excel Creating and Managing Workbooks

Excel Creating and Managing Workbooks

9th - 12th Grade

41 Qs

Semester 1 Test

Semester 1 Test

9th - 12th Grade

40 Qs

Intro to Microsoft Excel

Intro to Microsoft Excel

9th Grade

37 Qs

Unit 4: Software Quiz

Unit 4: Software Quiz

9th Grade

40 Qs

Excel Review

Excel Review

9th - 12th Grade

32 Qs

Chapter 12 Designs

Chapter 12 Designs

9th - 12th Grade

31 Qs

May Computing Quiz

May Computing Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Matthew Green

Used 5+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in programming?

A type of loop

A storage location identified by a name

A function that performs a specific task

A conditional statement

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to declare a variable in Python?

`int x = 10;`

`x = 10`

`var x = 10;`

`x := 10`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a loop in programming?

To store data

To repeat a block of code multiple times

To define a function

To check a condition

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a type of loop in Python?

`for`

`repeat`

`until`

`foreach`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a function in programming?

A block of code that performs a specific task

A type of variable

A loop that runs indefinitely

A conditional statement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a conditional statement used for in programming?

To store data

To repeat a block of code

To make decisions based on conditions

To define a function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a conditional statement in Python?

`if`

`loop`

`def`

`var`

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?