Programming basics

Programming basics

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Boolean and If-Else Practice

Boolean and If-Else Practice

9th - 12th Grade

11 Qs

AP Computer Science-Quiz 2(G10)

AP Computer Science-Quiz 2(G10)

9th - 12th Grade

10 Qs

Python Data Types

Python Data Types

9th - 10th Grade

15 Qs

8525 AQA GCSE 3.2.1 Data Types

8525 AQA GCSE 3.2.1 Data Types

10th - 11th Grade

15 Qs

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

Among Us Review Game

Among Us Review Game

11th - 12th Grade

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

U5 Arrays/Lists Homework

U5 Arrays/Lists Homework

10th - 12th Grade

10 Qs

Programming basics

Programming basics

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ralph Ellis

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Example of assignment

name = "Bob"

For i = 1 to 10

While num > 0

Do Until password = "Password1"

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Example of definite iteration

name = "Bob"

For i = 1 to 10

While num > 0

Do Until password = "Password1"

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Example of indefinite iteration

name = "Bob"

For i = 1 to 10

While num > 0

Do Until password = "Password1"

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these operations finds the remainder following a division?

MOD

DIV

REM

INT

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Appropriate data type for a telephone number

String

Integer

Boolean

Real/Float

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Appropriate data type for the result of a division rounded to 3 d.p.

String

Integer

Boolean

Real/Float

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Appropriate data type for a condition being met

String

Integer

Boolean

Real/Float

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?