diff set(4) 2023

diff set(4) 2023

University

10 Qs

quiz-placeholder

Similar activities

APD_TCDN_6. Review chương 6

APD_TCDN_6. Review chương 6

University

11 Qs

Excel Lab 3

Excel Lab 3

University

10 Qs

A Cálculo de elasticidad precio de la demanda

A Cálculo de elasticidad precio de la demanda

University

10 Qs

Les opérations courantes de l'UC

Les opérations courantes de l'UC

University

13 Qs

Trading Patterns

Trading Patterns

University

10 Qs

Basic Microeconomics (Mid-Terms)

Basic Microeconomics (Mid-Terms)

University

15 Qs

Quiz Sesi 5 - Statistika Bisnis 1

Quiz Sesi 5 - Statistika Bisnis 1

University

10 Qs

Kiểm định SRF

Kiểm định SRF

University

10 Qs

diff set(4) 2023

diff set(4) 2023

Assessment

Quiz

Business

University

Hard

Created by

Smiley Sunshine

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Predict the logo

Sheraton

Kingston

Hippodrome

Allen Solly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SIMD Stands for 

Single Induction Multiple Data

Single Instruction Multiple Data

Simple Instruction Multiple Data

Single Instruction Maximum Data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the least safe type casting in C++?

static_cast

 const_cast

reinterpret_cast

dynamic_cast

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 #include <iostream>

using namespace std;

class X

{

public: X()

        { cout<<"X"; }

        ~X()

        { cout<<"~X"; }

};

class Y : public X

{

public: Y()

        { cout<<"Y"; }

        ~Y()

        { cout<<"~Y"; }

};

int main()

{

Y obj;

    return 0;

}

XY~X~Y

XY~Y~X

X~XY~Y

X~X~YY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement(s) is/are true about Java Swing?

Swing component frame does not support Window Listner.

Swing component combobox does not support Window Listner.

Swing component checkbox does not support Window Listner.

Swing component dialog does not support Window Listner.

Both b and c

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

for i in range(int(float('inf'))):

    print (i)

 0.0 0.1 0.2 0.3 …

0 1 2 3 …

0.0 1.0 2.0 3.0 …

 none of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Predict the logo

Photoshop

PhotoDirector 365

Photo Editor

None of these

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?