Quiz after demo

Quiz after demo

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Programming in Java

Programming in Java

8th Grade

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

python programming...

python programming...

7th - 8th Grade

8 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Python code

Python code

6th Grade

9 Qs

Comments in Python

Comments in Python

5th - 8th Grade

10 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Python

Python

7th - 8th Grade

10 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.