CompSci1 2024 Fall Review

CompSci1 2024 Fall Review

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

42 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the command used to display numbers and text on the screen?

Back

print

2.

FLASHCARD QUESTION

Front

What symbol is used in python to assign values to a variable?

Back

equals =

3.

FLASHCARD QUESTION

Front

What will be the output?
name = "Matthew"
print (name)

Back

Matthew

4.

FLASHCARD QUESTION

Front

When you have an error in your code what is the term to summarise finding and fixing that error?

Back

Debugging

5.

FLASHCARD QUESTION

Front

What Python command lets the user enter an answer to a question?

Back

input()

6.

FLASHCARD QUESTION

Front

Which statement correctly assigns the string "Tanner" to the variable name? Options: name = print( "Tanner") , input("Tanner"), name = "Tanner", name = input("Tanner")

Back

name = "Tanner"

7.

FLASHCARD QUESTION

Front

Which of the following uses the correct naming convention for variables in Python? new_name25, NewName25, 25_new_name, 25NewName, NEWNAME25

Back

new_name25

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?