BT1 2023

BT1 2023

University

10 Qs

quiz-placeholder

Similar activities

Python Quiz - 4 Lists,Loops,String Manipulation

Python Quiz - 4 Lists,Loops,String Manipulation

University

15 Qs

Python Quiz

Python Quiz

University

15 Qs

Programming for Problem Solving

Programming for Problem Solving

University

10 Qs

Quiz 9

Quiz 9

University

10 Qs

Computer Programming

Computer Programming

University

11 Qs

Списки Python + Pygame

Списки Python + Pygame

KG - University

10 Qs

CRYPT-IN (Finals)

CRYPT-IN (Finals)

University

10 Qs

Python Round 2

Python Round 2

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?

Discover more resources for Computers