Class XI Python Fundamentals

Class XI Python Fundamentals

11th Grade

5 Qs

quiz-placeholder

Similar activities

Constants and Naming

Constants and Naming

3rd Grade - University

10 Qs

Topic 2.6 Video 1

Topic 2.6 Video 1

11th Grade

5 Qs

AP CSA Unit 1 & 2 Review

AP CSA Unit 1 & 2 Review

9th - 12th Grade

10 Qs

phthon

phthon

10th - 12th Grade

9 Qs

IB CS Topic 4.2

IB CS Topic 4.2

11th - 12th Grade

9 Qs

IB Computer Science

IB Computer Science

11th - 12th Grade

9 Qs

CS Unit 1 Review

CS Unit 1 Review

9th - 12th Grade

10 Qs

INTERNET AND INTRANET

INTERNET AND INTRANET

9th - 11th Grade

10 Qs

Class XI Python Fundamentals

Class XI Python Fundamentals

Assessment

Quiz

Computers

11th Grade

Medium

Created by

MUKUL MISHRA

Used 82+ 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