0

programming languages Online Quiz - 175

Description: programming languages Online Quiz - 175
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0
  1. The program has a compilation error because TempClass does not have a default constructor.

  2. The program has a compilation error because TempClass does not have a constructor with an int argument.

  3. The program compiles fine, but it does not run because class C is not public.

  4. The program compiles and runs fine.


Correct Option: B
  1. x contains an int value

  2. x contains an object of the Circle type.

  3. x contains a reference to a Circle object.

  4. You can assign an int value to x.


Correct Option: C
  1. The program has a syntax error because test is not initialized.

  2. The program has a syntax error because x has not been initialized.

  3. The program has a syntax error because you cannot create an object from the class that defines the object.

  4. The program has a syntax error because Test does not have a default constructor.

  5. The program has a runtime NullPointerException because test is null while executing test.x.


Correct Option: E
  1. The program has syntax errors because the variable radius is not initialized.

  2. The program has a syntax error because a constant PI is defined inside a method.

  3. The program has no syntax errors but will get a runtime error because radius is not initialized.

  4. The program compiles and runs fine


Correct Option: A
  1. The program has a syntax error because System.out.println method cannot be invoked from the constructor.

  2. The program has a syntax error because x has not been initialized.

  3. The program has a syntax error because you cannot create an object from the class that defines the object.

  4. The program has a syntax error because Test does not have a default constructor.


Correct Option: D
  1. public variables

  2. private variables

  3. instance variables

  4. class variables


Correct Option: D
  1. 3rd generation programming language

  2. 4th generation programming language

  3. 5th generation programming language

  4. All of the above


Correct Option: B

SAS was conceived by

  1. Anthony J. Barr

  2. James Goodnight

  3. John Sall

  4. Caroll G. Perkins


Correct Option: A

Which of the following is not a SAS components

  1. Base SAS

  2. SAS Enterprise Business Intelligence Server

  3. SAS/ACCESS

  4. SAS Toolware Studio Administrator


Correct Option: D

First limited release of the SAS system

  1. SAS 60

  2. SAS 71

  3. SAS 10.0

  4. SAS 1S


Correct Option: B

Which Component of SAS provides the ability to transparently share data with non-native datasources

  1. Enterprise Miner

  2. SAS/ACCESS

  3. SAS/SCL

  4. SAS/CONNECT


Correct Option: B

Location of SAS's Worldwide Headquarters

  1. Cary,NC,USA

  2. Churchgate,Mumbai,India

  3. Ontario,Canada

  4. NYC,New York,USA


Correct Option: A

SAS Institute has its own book publishing arm, known as SAS Press.True or False.

  1. True

  2. False


Correct Option: B

The goal of this product is to compete with Business Objects and Cognos' offerings.

  1. OLAP Cube Studio

  2. SAS/CONNECT

  3. Enterprise Guide

  4. SAS Enterprise Business Intelligence Server


Correct Option: D
  1. Allows SAS to transparently share data with personal computer applications including MS Access and Microsoft Office Excel

  2. A plugin for Information Delivery Portal. It allows the user to create various graphics that represent a broad range of data. This allows a quick glance to provide a lot of information, without having to look at all the underlying data.

  3. Allows programmers to create and compile object-oriented programs.

  4. A client application that helps with building information maps.


Correct Option: C
- Hide questions