bt3_m3_2023

bt3_m3_2023

University

10 Qs

quiz-placeholder

Similar activities

ACCT 2170: Chapters 1 & 2

ACCT 2170: Chapters 1 & 2

University

12 Qs

Standard Costing

Standard Costing

University

15 Qs

3606 Chapter 07: Write Job Applications

3606 Chapter 07: Write Job Applications

University

14 Qs

BT - M4 - 2023

BT - M4 - 2023

University

10 Qs

bt_m -1  2023

bt_m -1 2023

University

10 Qs

bt2 2023

bt2 2023

University

10 Qs

Java101 Chapter 06 Array and ArrayList

Java101 Chapter 06 Array and ArrayList

University

10 Qs

COMM 190

COMM 190

University

15 Qs

bt3_m3_2023

bt3_m3_2023

Assessment

Quiz

Business

University

Hard

Created by

Smiley Sunshine

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

First computer virus is known as

Rabbit

Creeper Virus

 Elk Cloner

SCA Virus

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of the following code snippet?

a = {'Hello':'World', 'First': 1}

b = {val: k for k , val in a.items()}

print(b)

{'Hello':'World', 'First': 1}

{'World':'Hello', 1: 'First'}

Both A and B

None of these

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the major components of the JDBC?

DriverManager, Statement, and ResultSet

DriverManager, Driver, Connection, Statement, and ResultSet

DriverManager, Connection, Statement, and ResultSet

DriverManager, Driver, Connection, and Statement

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

As what datatype are the *args stored, when passed into a function in Python?

List

Tuple

Dictionary

None of these

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which text editor  is represented by the below logo?

Geany

Kate

Vim

None of these

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output for the following program?

#include<iostream>

using namespace std;

int main(){

   int arr[] = {10, 20, 30};

   int *p = arr;

   cout<<*p++<<" ";

   cout<<*p++<<" ";

   cout<<*p++<<" ";

   return 0;

}

 10 20 30

30 20 10

10 30 20

20 30 10

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A dual layer Blue-ray Disc can store data upto

20GB

 35 GB

 12 GB

50 GB

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?