Python 12B

Python 12B

11th Grade

8 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

11th Grade

10 Qs

C++ Basics

C++ Basics

7th - 12th Grade

10 Qs

Python Basics - Quiz

Python Basics - Quiz

8th - 11th Grade

10 Qs

Let's C It

Let's C It

11th Grade - University

6 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

Quiz

Quiz

9th - 12th Grade

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Class_11_24_July

Class_11_24_July

11th Grade

10 Qs

Python 12B

Python 12B

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Ashwin Gurusamy

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All computer actions are governed by __________ cycle.

Input

Process

Output

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _____________ is a set of instructions given to a computer o perform a task.

Variable

Program

Data

Identifier

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________________ is a set of valid characters that a language can understand.

Character set

Keywords

Tokens

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The smallest unit in a program is called as____________ or Lexical unit.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

"hi1.hello" is a valid identifier ?

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________are the words that convey a special meaning to the language Compiler / Interpreter.

Identifiers

Keywords

Variables

Literals

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Literals are also known as _____________ values

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Python is case sensitive (UPPER and lower case are different in python)?

True

False