Python Basic

Python Basic

1st - 3rd Grade

38 Qs

quiz-placeholder

Similar activities

Pemrograman web

Pemrograman web

1st Grade

40 Qs

PTS PemDas HTML

PTS PemDas HTML

1st - 5th Grade

35 Qs

PPL Game

PPL Game

1st - 12th Grade

40 Qs

PEMROGRAMAN WEB DAN PERANGKAT BERGERAK

PEMROGRAMAN WEB DAN PERANGKAT BERGERAK

1st - 5th Grade

42 Qs

คอมพิวเตอร์ ม.3

คอมพิวเตอร์ ม.3

1st - 3rd Grade

40 Qs

สอบปลายภาค การเขียนโปรแกรมขั้นสูง 1/2566

สอบปลายภาค การเขียนโปรแกรมขั้นสูง 1/2566

2nd Grade

40 Qs

HTML/CSS/Javascript

HTML/CSS/Javascript

KG - 12th Grade

38 Qs

diagnoza

diagnoza

1st - 6th Grade

37 Qs

Python Basic

Python Basic

Assessment

Quiz

Mathematics, Computers

1st - 3rd Grade

Medium

Created by

D Dh

Used 39+ times

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct print command?

print("Hello world!")

print"Hello world!"

print(Hello world!)

print Hello world!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct input command?

name=input(Enter your name)

name=input("Enter your name")

name=input"Enter your name"

name=("Enter your name")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the "int" command in python?

Print commands

Input data from the user

Enter data to the output

Converts input to an integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use _________to store values that can be used to control commands in our code. We can also alter these values throughout the code.

Value

Constant

Iteration

Variable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can use _________ from the user to control our code.

print

variable

input

output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can tell the computer how to make decisions using _________________. Make sure that all the code inside your if/else statement is indented one level!

Loop

if/else statements

print()

variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the function of the tag below?

store meta information about the title

show the server how to index the website

show the title of the website for the browser and search engine result

show the server how to title the website

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?