MCQs > Engineering & Manufacturing > Mining Engineering MCQs > Computer Programming MCQs

Computer Programming MCQ

1. DSL/cable is a method used to send information using which cables?

Answer

Correct Answer: Telephone or television

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

2. What does double-click do?

Answer

Correct Answer: Press the mouse button very quickly two times

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

3. How many times can you double-click the mouse?

Answer

Correct Answer: Two

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

4. What type of service translates URLs to IP addresses?

Answer

Correct Answer: DNS

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

5. What does DNS translate URLs to?

Answer

Correct Answer: IP addresses

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

6. What about people on the Internet is known as a person

Answer

Correct Answer: The information about someone on the Internet

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

7. The information about someone on the Internet is called what?

Answer

Correct Answer: Digital footprint

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

8. What is often included in a person

Answer

Correct Answer: The information about someone

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

9. The information on the Internet about someone is called what?

Answer

Correct Answer: Digital footprint

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

10. What are people who are "digital citizens" known as?

Answer

Correct Answer: Someone who acts safely, responsibly, and respectfully online

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

11. What is someone who acts safely, responsibly, and respectfully online called?

Answer

Correct Answer: Digital citizen

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

12. What is another name for function?

Answer

Correct Answer: Problem

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

13. What is the term used to describe the process of first figuring out the details of the problems you are trying to solve?

Answer

Correct Answer: Define a function

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

14. What is another term for decompose?

Answer

Correct Answer: Break a problem down

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

15. What does decompose mean?

Answer

Correct Answer: Break a problem down into smaller pieces

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

16. What does a decomposed problem have more of?

Answer

Correct Answer: Smaller pieces

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

17. What sort of problems are debugging?

Answer

Correct Answer: Finding and fixing problems in an algorithm or program

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

18. What is the main function of debugging?

Answer

Correct Answer: Finding and fixing problems

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

19. What is finding and fixing problems in an algorithm or program called?

Answer

Correct Answer: Debugging

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

20. The "information" given to and received from computer programs is known as what?

Answer

Correct Answer: Data

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

21. What could be considered an example of cyberbullying?

Answer

Correct Answer: Doing something on the internet

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

22. What would you call doing something on the internet over and over again to make another person feel angry, sad or scared?

Answer

Correct Answer: Cyberbullying

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

23. What type of crowdsourcing is used for getting help with a project?

Answer

Correct Answer: Getting help from a large group of people

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

24. Who helped finish the project that you started?

Answer

Correct Answer: A large group of people

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

25. What is the purpose of crowdsourcing?

Answer

Correct Answer: Getting help from a large group of people to finish something faster

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

26. What do certain conditions have to be met for a conditional to execute?

Answer

Correct Answer: Statements

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

27. What is a type of conditional statement?

Answer

Correct Answer: Statements that only run under certain conditions

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

28. What is the main focus of the discipline of computer science?

Answer

Correct Answer: Using the power of computers to solve problems

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

29. What do computers solve using mathematics?

Answer

Correct Answer: Problems

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

30. What does using computers to solve problems have to do with?

Answer

Correct Answer: Computer science

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

31. What sort of thinking can be done with a computer?

Answer

Correct Answer: Computational

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

32. What is a computational thinking technique that involves decomposition?

Answer

Correct Answer: Pattern matching

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

33. What are two different methods to solve a problem?

Answer

Correct Answer: Decomposition, pattern matching

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

34. What do you do with a problem that can be modeled or solved by a computer?

Answer

Correct Answer: Modify

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

35. What are programs called when they are the result of the combination of many commands?

Answer

Correct Answer: Algorithms

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

36. What is the purpose of program code?

Answer

Correct Answer: The language that programmers create and use to tell a computer what to do

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

37. What is the language that programmers create and use to tell a computer what to do?

Answer

Correct Answer: Code

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

38. What does the term call mean in programming?

Answer

Correct Answer: A function

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

39. What is the piece of code you add to a program to indicate that the program should run the code inside a function at a certain time?

Answer

Correct Answer: Call

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

40. What is the purpose of a variable?

Answer

Correct Answer: Use a variable in a program

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

41. When using a variable, what is the name of the action to do?

Answer

Correct Answer: Call

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

42. What is a byte?

Answer

Correct Answer: 8 bits-worth of data

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

43. A single byte is how much data?

Answer

Correct Answer: 8 bits-worth

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

44. What prevents a program from running as expected?

Answer

Correct Answer: An error in a program

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

45. What does a bug do to a program?

Answer

Correct Answer: Prevents the program from running as expected

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

46. What is used in Code.org

Answer

Correct Answer: Blockly

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

47. What does Blockly stand for?

Answer

Correct Answer: The visual programming language used in Code.org's online learning system for K-5 students

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

48. What opportunities exist to create block based programming languages?

Answer

Correct Answer: Any programming language that lets users create programs by manipulating

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

49. What is the name of the block-based programming language that allows the user to create programs by manipulating graphical programing elements?

Answer

Correct Answer: Code Studio, Scratch, Blockly, and Swift

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

50. What are examples of block-based programming?

Answer

Correct Answer: Code Studio, Scratch, Blockly, and Swift

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

51. What is the single unit of information in a computer?

Answer

Correct Answer: Bit

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

52. What is a bit a unit of in a computer?

Answer

Correct Answer: Information

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

53. What is the unit of information in a computer?

Answer

Correct Answer: Bit

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

54. A bit is the single unit of information in a computer, typically represented as a what?

Answer

Correct Answer: 0 or 1

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

55. What type of representation uses only two options?

Answer

Correct Answer: Binary

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

56. What type of representation is a binary?

Answer

Correct Answer: A way of representing information

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

57. How many options can binary represent?

Answer

Correct Answer: Two

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

58. What are all the steps to finish a task?

Answer

Correct Answer: Algorithm

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

59. What is an example of an algorithm?

Answer

Correct Answer: A list of steps to finish a task

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

60. How could the design of products, devices, services, or environments be made more accessible?

Answer

Correct Answer: Taking into consideration the ability for all users to access

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

61. Accessibility encompasses people who experience what?

Answer

Correct Answer: Disabilities

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

62. What does the term accessibility include?

Answer

Correct Answer: People who experience disabilities or those who are limited by older or slower technology

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

63. What is the term for design of products, devices, services, or environments taking into consideration people who experience disabilities?

Answer

Correct Answer: Accessibility

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

64. What is Abstraction used to represent?

Answer

Correct Answer: A simplified representation of something more complex

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

65. What is Abstraction a simplified representation of?

Answer

Correct Answer: More complex

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

66. What do Abstraction and Simplification represent?

Answer

Correct Answer: A simplified representation of something more complex

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

67. What is the process of taking a more complex thing and making it simpler?

Answer

Correct Answer: Abstraction

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

68. A while loop will run until what is true?

Answer

Correct Answer: The condition is false

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

69. What do while loops run until?

Answer

Correct Answer: The condition is no longer true

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

70. What kind of loops are set up just like if statements?

Answer

Correct Answer: While loops

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

71. In a while loop, the code will run until what is no longer true?

Answer

Correct Answer: The value of the variable

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

72. What do while loops do just like?

Answer

Correct Answer: If statements

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

73. What are char values typically used for?

Answer

Correct Answer: Short for

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

74. What is an example of a char?

Answer

Correct Answer: A single letter or symbol you can type

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

75. What does bool stand for?

Answer

Correct Answer: Boolean

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

76. What is another name for a char?

Answer

Correct Answer: Character

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

77. What is the meaning of the word "variable"?

Answer

Correct Answer: Container that holds a single number, word, or other information

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

78. What do variables resemble?

Answer

Correct Answer: A chest

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

79. Training is the process of feeding what into an algorithm so the algorithm can adjust and improve?

Answer

Correct Answer: Huge amounts of data

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

80. What is the process of feeding huge amounts of data into an algorithm?

Answer

Correct Answer: Training

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

81. What company creates TensorFlow?

Answer

Correct Answer: Google

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

82. What is the name of the library that Google created to facilitate the creation and training of machine learning models and neural networks?

Answer

Correct Answer: TensorFlow

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

83. Statements are similar to what in English?

Answer

Correct Answer: Sentences

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

84. What is the process of telling a computer to perform an action?

Answer

Correct Answer: Giving it instructions or writing statements

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