bt3_m3_2023

bt3_m3_2023

University

10 Qs

quiz-placeholder

Similar activities

Binomial ad Poisson Distribution

Binomial ad Poisson Distribution

University

8 Qs

diff set(4) 2023

diff set(4) 2023

University

10 Qs

diff 1 set

diff 1 set

University

10 Qs

Le coût complet

Le coût complet

University

10 Qs

Négocier le référencement de l'offre auprès de la centrale

Négocier le référencement de l'offre auprès de la centrale

University

12 Qs

Public Economy week 6

Public Economy week 6

University

12 Qs

QUIZ ZELOS 26 Maret 2025

QUIZ ZELOS 26 Maret 2025

1st Grade - University

10 Qs

Introduction to Cost Accounting

Introduction to Cost Accounting

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?