WGU Foundations-of-Computer-Science Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: Foundations-of-Computer-Science
  • Exam Name/Title: WGU Foundations of Computer Science
  • Certification Provider: WGU
  • Corresponding Certification: Courses and Certificates
  • Exam Questions: 72
  • Updated On: Sep 12, 2026
What is the first step in the selection sort algorithm?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
What Python code would return the value 2 from np_2d, where np_2d = np.array([[1, 2, 3, 4], [10, 20, 30,
40]])?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
What is the time complexity of a binary search algorithm?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
How is the NumPy package imported into a Python session?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which method allows a user to convert a string value to all capital letters in Python?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which protocol provides encryption while email messages are in transit?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
What is the layer of programming between the operating system and the hardware that allows the operating system to interact with it in a more independent and generalized manner?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
What is an ndarray in Python?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10