General MCQ

General

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

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

11. 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

12. 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

13. 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

14. 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

15. 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

16. 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

17. 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

18. 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

19. 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

20. 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

21. 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

22. To execute a module, we must ________ it.

Answer

Correct Answer: Call

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

23. 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

24. 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

25. 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

26. 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

27. 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

28. 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

29. 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

30. 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

31. 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

32. 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

33. 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

34. 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

35. 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

36. 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

37. 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

38. 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

39. 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

40. 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

41. 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

42. 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

43. 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

44. 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

45. 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

46. 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

47. 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

48. 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

49. 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

50. ________ 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

51. ________ 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

52. ____ 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