Y10 CS 2020 Lesson1_3

Y10 CS 2020 Lesson1_3

7th - 10th Grade

50 Qs

quiz-placeholder

Similar activities

Quiz on SDGs, Entrepreneurship, and Python

Quiz on SDGs, Entrepreneurship, and Python

10th Grade - University

50 Qs

LATIHAN SOAL PROGDAS

LATIHAN SOAL PROGDAS

10th Grade

45 Qs

FLOWCHART

FLOWCHART

9th Grade

50 Qs

Year 9 Mid-Term Assessment

Year 9 Mid-Term Assessment

10th Grade

45 Qs

Ulangkaji ASK Ting 2 Bab 3.1 Persekitaran Kod Arahan

Ulangkaji ASK Ting 2 Bab 3.1 Persekitaran Kod Arahan

1st - 12th Grade

52 Qs

Y8 EOY Assessment

Y8 EOY Assessment

7th Grade

45 Qs

Turtle graphics 2

Turtle graphics 2

8th Grade

48 Qs

PENILAIAN I / ANALISIS DATA

PENILAIAN I / ANALISIS DATA

9th - 12th Grade

50 Qs

Y10 CS 2020 Lesson1_3

Y10 CS 2020 Lesson1_3

Assessment

Quiz

Computers

7th - 10th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

SMA Computing

Used 5+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
How would would you print a text string?
output "Hello!"
print ("Hello!")
print (Hello!)
output (Hello!)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which symbol do we use if we want to add a comment to our code?
@
#
*
&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
To create a variable named new_var and assign it a value of 81 divided by 9, which statement would you use?
new_var = 81 \ 9
new_var = "81 / 9"
new_var = "81 \ 9"
new_var = 81 / 9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Choose the statement that assigns 4 to the power of 3 to the variable new_var...
new_var = 4 ** 3
new_var = 3 ** 4
new var = 3 ** 4
new_var = 4 ^^ 3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a float?
new_var = 1234
new_var = True
new_var = 1.234
new_var = "True"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is not a string?
new_var = "True"
new_var = "3123"
new_var = "3.123"
new_var = False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
How would you output new_var = 123 as a text string?
print str(new_var)
print new_var.str
print str[new_var]
print (new_var).str()

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?