Quiz after demo

Quiz after demo

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

worksheet python

worksheet python

7th Grade

13 Qs

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Python list and tuple

Python list and tuple

6th - 8th Grade

10 Qs

QB64 Quiz

QB64 Quiz

8th Grade

9 Qs

Game Design Pre-Test

Game Design Pre-Test

6th - 10th Grade

8 Qs

Programming

Programming

7th Grade

7 Qs

Python

Python

7th Grade

13 Qs

Quiz after demo

Quiz after demo

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Pallavi Jagadeesh

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Step by step procedure to solve any problem___

Flowchart

Algorithm

Program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can Anika, Tara, and Aditi insert comments in Python?

# this is a comment

// this is a comment

/* this is a comment */

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods are

keywords used in programming languages
variables that store data
operators used in mathematical calculations

procedures or functions that are associated with an object

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods are called using

exclamation marks
square brackets

comma notation

dot notation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to call a method on an object?

objectName.methodName

objectName.methodName{}

objectName.methodName[]

objectName.methodName()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which case does Python use?

titlecase

lowercase

uppercase

camelCase

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ have member variables and have behaviour associated with them

Classes
Objects
Variables
Functions

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax is

Syntax is a type of error

Syntax is the set of rules that define in the programming language.

Syntax is a programming language used for web development.
Syntax is a tool used to debug code in programming languages.