Computer Systems - How the web works - Lesson 7

Computer Systems - How the web works - Lesson 7

8th Grade

12 Qs

quiz-placeholder

Similar activities

Python Recap

Python Recap

8th Grade

16 Qs

Python Test

Python Test

6th - 12th Grade

9 Qs

Python

Python

6th - 12th Grade

9 Qs

Flowchart

Flowchart

6th - 8th Grade

15 Qs

Week 5 Quizziz

Week 5 Quizziz

6th - 8th Grade

12 Qs

New Python Programming Math

New Python Programming Math

6th - 12th Grade

10 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Computer Systems - How the web works - Lesson 7

Computer Systems - How the web works - Lesson 7

Assessment

Quiz

Computers

8th Grade

Hard

Created by

J Sharp

Used 36+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these lines of code uses CASTING?

age = 13

age = int(13)

age = ("13")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these operators would be used to divide?

//

%

/

-

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these operators would be used to divide into an integer?

//

%

/

-

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these operators would be used to divide and show the remainder?

//

%

/

-

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these would be used in count-controlled ITERATION?

IF

WHILE

FOR

INPUT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these would be used in condition-controlled ITERATION?

WHILE

FOR

IF

INPUT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these would be used in SELECTION code?

WHILE

FOR

IF

INPUT

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?