Programming basics

Programming basics

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Cambridge Technicals L3 U2 Information Types

Cambridge Technicals L3 U2 Information Types

12th Grade

15 Qs

Among Us Review Game

Among Us Review Game

11th - 12th Grade

10 Qs

X Input in Java

X Input in Java

10th Grade

15 Qs

AP Computer Science-Quiz 2(G10)

AP Computer Science-Quiz 2(G10)

9th - 12th Grade

10 Qs

CodeHS: Unit 6 - JavaScript Basics

CodeHS: Unit 6 - JavaScript Basics

9th Grade

15 Qs

Graphics Programming Review

Graphics Programming Review

8th - 10th Grade

10 Qs

Java Script Quiz

Java Script Quiz

9th - 12th Grade

15 Qs

Python and Algorithms

Python and Algorithms

12th 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?