Class XI Python Fundamentals

Class XI Python Fundamentals

11th Grade

5 Qs

quiz-placeholder

Similar activities

C++ Quiz 3: Functions

C++ Quiz 3: Functions

7th - 12th Grade

7 Qs

Python Variables

Python Variables

9th - 11th Grade

9 Qs

Python Variables and Data Types

Python Variables and Data Types

9th - 11th Grade

9 Qs

DTJSQuiz

DTJSQuiz

11th Grade

10 Qs

Python Basics

Python Basics

11th Grade

10 Qs

Class_11_24_July

Class_11_24_July

11th Grade

10 Qs

Kuis Array 1

Kuis Array 1

11th Grade

10 Qs

Assignment & arithmetic operations

Assignment & arithmetic operations

9th Grade - University

7 Qs

Class XI Python Fundamentals

Class XI Python Fundamentals

Assessment

Quiz

Computers

11th Grade

Medium

Created by

MUKUL MISHRA

Used 80+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The reserved word in a program that conveys special meaning to the compiler/interpreter

Identifier

Name

keyword

function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a VALID identifier:

Total-amount

1Number

_Count

GDP@5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given x=input("Enter the score=") , what is the data type of x

int

float

number

string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"True" is a

string literal

boolean literal

special literal

complex literal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The example of a hexadecimal integer constant is

h45c

0123

0xace

x123