BT1 2023

BT1 2023

University

10 Qs

quiz-placeholder

Similar activities

Data Visualization

Data Visualization

10th Grade - University

12 Qs

Basic python

Basic python

University

10 Qs

Python_programming_quiz

Python_programming_quiz

University

10 Qs

CSC305: TOPIC 7

CSC305: TOPIC 7

University

15 Qs

Python Round 2

Python Round 2

University

10 Qs

Python Week 4

Python Week 4

University

8 Qs

Python Programming 17.09.2021

Python Programming 17.09.2021

University

15 Qs

python_basics

python_basics

University

10 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?