Programming basics

Programming basics

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Pyhton

Pyhton

9th - 10th Grade

10 Qs

Code.org CS Discoveries U3L15 Keyboard Input

Code.org CS Discoveries U3L15 Keyboard Input

9th Grade

10 Qs

Data Types and Operations

Data Types and Operations

10th Grade

15 Qs

VB Variables

VB Variables

11th Grade

10 Qs

Computational Thinking

Computational Thinking

8th - 12th Grade

10 Qs

Programming basics

Programming basics

10th - 11th Grade

11 Qs

Apps Unit - Quiz 2

Apps Unit - Quiz 2

6th - 12th Grade

12 Qs

Variables and Data Types

Variables and Data Types

7th - 11th Grade

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