bt3_m3_2023

bt3_m3_2023

University

10 Qs

quiz-placeholder

Similar activities

MGT340 CHAPTER 4

MGT340 CHAPTER 4

University

10 Qs

Les opérations courantes de l'UC

Les opérations courantes de l'UC

University

13 Qs

Cost Terms and Classifications

Cost Terms and Classifications

University

10 Qs

diff set(4) 2023

diff set(4) 2023

University

10 Qs

diff 1 set

diff 1 set

University

10 Qs

Szeretek C-ben programozni

Szeretek C-ben programozni

University

10 Qs

Job descriptions

Job descriptions

University

13 Qs

Activity-based Costing

Activity-based Costing

University

10 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?