BT1 2023

BT1 2023

University

10 Qs

quiz-placeholder

Similar activities

Python_Quiz_2

Python_Quiz_2

University

15 Qs

Pyflask2020

Pyflask2020

KG - Professional Development

10 Qs

Python Quiz 1.4

Python Quiz 1.4

University

12 Qs

Flask

Flask

University

11 Qs

Python: Chapter 7 - True or False (Lists and Tuples)

Python: Chapter 7 - True or False (Lists and Tuples)

9th Grade - University

8 Qs

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

Week 7 Quiz

Week 7 Quiz

University

15 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

BT1 2023

BT1 2023

Assessment

Quiz

Computers

University

Hard

Created by

Smiley Sunshine

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the Logical operator in Java that works with a Single Operand?

Logical AND

Logical OR

Logical Exclusive OR

Logical NOT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the Java code snippet?

boolean b=false;

b = !b;

System.out.println(b)

true

false

Compiler error

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What does pip stand for python?

Pip Installs Python

Pip Installs Packages

Preferred Installer Program

All of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What will be the output of the following Python code snippet?

for i in [1, 2, 3, 4][::-1]:

print (i)

4 3 2 1

error

1 2 3 4

 none of the mentioned above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add a new element to a list we use which Python command?

list1.addEnd(5)

 list1.addLast(5)

list1.append(5)

 list1.add(5)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is #include <stdio.h>?

Preprocessor directive

Inclusion directive

File inclusion directive

None of the mentioned above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which state is iPhone maker Foxconn planning to invest up to USD 1 billion?

Gujarat

Maharashtra

 Bihar

Karnataka

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?