General MCQ

The flowchart shape for a process is a(n) ________.

Answer

Correct Answer: Rectangle

Note: This Question is unanswered, help us to find answer for this one

Fourth-generation languages are commonly used to access ____.

Answer

Correct Answer: Databases

Note: This Question is unanswered, help us to find answer for this one

Fourth-generation languages (4gls) are sometimes called ____.

Answer

Correct Answer: Very-high-level languages

Note: This Question is unanswered, help us to find answer for this one

In an object-oriented system, objects can ____ certain attributes from other objects.

Answer

Correct Answer: Inherit

Note: This Question is unanswered, help us to find answer for this one

The ________ are small windows that display information and allow the user to perform actions.

Answer

Correct Answer: Dialog Boxes

Note: This Question is unanswered, help us to find answer for this one

A(n) __________ __________ is used to summarize the actions of the logical operators.

Answer

Correct Answer: Truth table

Note: This Question is unanswered, help us to find answer for this one

The return type of the function operator == is ____.

Answer

Correct Answer: Bool

Note: This Question is unanswered, help us to find answer for this one

The programmer determines the fields and methods of an object and creates the ________ code.

Answer

Correct Answer: Class

Note: This Question is unanswered, help us to find answer for this one

The procedures that the object performs are known as ________.

Answer

Correct Answer: Methods

Note: This Question is unanswered, help us to find answer for this one

The variable r would contain the value ________ after the execution of the following statement.

Answer

Correct Answer: 12

Note: This Question is unanswered, help us to find answer for this one

The value in a(n) ________ variable persists between function calls.

Answer

Correct Answer: Static local

Note: This Question is unanswered, help us to find answer for this one

The tolower function takes one parameter of type ____.

Answer

Correct Answer: Int.

Note: This Question is unanswered, help us to find answer for this one

The term ____ implies that the type’s data can be accessed only through methods.

Answer

Correct Answer: Abstract data type

Note: This Question is unanswered, help us to find answer for this one

The syntax for a left outer join is ____.

Answer

Correct Answer: SELECT column-list FROM table1 LEFT [OUTER] JOIN table2 ON join-condition

Note: This Question is unanswered, help us to find answer for this one

The syntax ____ assigns a return value to a variable.

Answer

Correct Answer: DblNewPrice = GetNewPrice(dblCurrentPrice)

Note: This Question is unanswered, help us to find answer for this one

The purpose of ____ is to set the values of data fields within the class.

Answer

Correct Answer: Set methods

Note: This Question is unanswered, help us to find answer for this one

The process by which program code is converted into machine language is called ________.

Answer

Correct Answer: Complication

Note: This Question is unanswered, help us to find answer for this one

When ____ are introduced in a program, they are immediately given a value.

Answer

Correct Answer: Module variables

Note: This Question is unanswered, help us to find answer for this one

To sort an associative array by key, use the ____ function.

Answer

Correct Answer: Ksort()

Note: This Question is unanswered, help us to find answer for this one

To retrieve data from multiple tables in a query you can use the ____ operator with a subquery.

Answer

Correct Answer: IN

Note: This Question is unanswered, help us to find answer for this one

To remove multiple elements using the unset() function, separate each ____ name with commas.

Answer

Correct Answer: Index name

Note: This Question is unanswered, help us to find answer for this one

To execute a module, we must ________ it.

Answer

Correct Answer: Call

Note: This Question is unanswered, help us to find answer for this one

To create a link to an anchor, you use the ____ attribute.

Answer

Correct Answer: Href

Note: This Question is unanswered, help us to find answer for this one

To create a hard link, you must use the ____ command.

Answer

Correct Answer: Ln

Note: This Question is unanswered, help us to find answer for this one

To copy cell contents, you can select the cell and then press the ____ keys.

Answer

Correct Answer: CTRL+ENTER
ALT+ENTER

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

To be able to output messages to the screen, use the _______ command:

Answer

Correct Answer: Echo

Note: This Question is unanswered, help us to find answer for this one

The purpose of a(n) ____ is to return a value to the world outside the class.

Answer

Correct Answer: Get method

Note: This Question is unanswered, help us to find answer for this one

The final step of the system development life cycle (sdlc) is ________.

Answer

Correct Answer: Maintenance and evaluation

Note: This Question is unanswered, help us to find answer for this one

The earliest programming languages are referred to as ____.

Answer

Correct Answer: Low- Level Languages

Note: This Question is unanswered, help us to find answer for this one

The capability to inherit from more than one class is called ____.

Answer

Correct Answer: Multiple inheritance

Note: This Question is unanswered, help us to find answer for this one

The ________ of a local variable is the function in which the variable is created.

Answer

Correct Answer: Local

Note: This Question is unanswered, help us to find answer for this one

Stream variables should be passed by _____ to a function.

Answer

Correct Answer: Reference

Note: This Question is unanswered, help us to find answer for this one

The standard method of specifying the format of web pages is called ________.

Answer

Correct Answer: O Hypertext Markup Language (HTML)

Note: This Question is unanswered, help us to find answer for this one

The public constructors and methods of a class form the public _____ of the class.

Answer

Correct Answer: Interface

Note: This Question is unanswered, help us to find answer for this one

You can use either a(n) ____ or a ____ to store the value of a logical expression.

Answer

Correct Answer: Int, bool

Note: This Question is unanswered, help us to find answer for this one

The do loop is a variation of the ____ loop.

Answer

Correct Answer: While

Note: This Question is unanswered, help us to find answer for this one

Programs that automate means of designing and changing systems during several phases are ________.

Answer

Correct Answer: Case tools

Note: This Question is unanswered, help us to find answer for this one

Programming style is important, because ________.

Answer

Correct Answer: Good programming style makes a program more readable

Note: This Question is unanswered, help us to find answer for this one

Object-oriented programmers sometimes say an object is one ____ of a class.

Answer

Correct Answer: Instantiation

Note: This Question is unanswered, help us to find answer for this one

Many programming languages require a ____ to create executable files.

Answer

Correct Answer: Compiler

Note: This Question is unanswered, help us to find answer for this one

In a use case, an external entity is called a(n) ____.

Answer

Correct Answer: Actor

Note: This Question is unanswered, help us to find answer for this one

High-level object-oriented programming languages include c++, c#, java, dart, and ____.

Answer

Correct Answer: Python

Note: This Question is unanswered, help us to find answer for this one

Division by zero is a ________ error that is caught when the program executes.

Answer

Correct Answer: Runtime

Note: This Question is unanswered, help us to find answer for this one

C#, c++, c, and java use the symbol ____ as the logical or operator.

Answer

Correct Answer: ||

Note: This Question is unanswered, help us to find answer for this one

Arrays, unlike simple built-in types, are passed by ____.

Answer

Correct Answer: Reference

Note: This Question is unanswered, help us to find answer for this one

An object’s ____ are the tasks or functions the object performs.

Answer

Correct Answer: Methods

Note: This Question is unanswered, help us to find answer for this one

An interpreter _______.

Answer

Correct Answer: Converts procedural language statements one at a time

Note: This Question is unanswered, help us to find answer for this one

A method’s name and a list of argument types together are its ____.

Answer

Correct Answer: Profile

Note: This Question is unanswered, help us to find answer for this one

A ____ is a command that tells an object to perform a certain method.

Answer

Correct Answer: Message

Note: This Question is unanswered, help us to find answer for this one

________ members of a base class are never accessible to a derived class.

Answer

Correct Answer: Private

Note: This Question is unanswered, help us to find answer for this one

________ is a programming language that can be used to create a wide range of windows applications.

Answer

Correct Answer: Visual Basic

Note: This Question is unanswered, help us to find answer for this one

____ values are values that represent one of two states—yes (true) or no (false).

Answer

Correct Answer: Boolean

Note: This Question is unanswered, help us to find answer for this one