Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the WGU Courses and Certificates Foundations-of-Computer-Science Questions and answers with CertsForce

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which Python function is used to display the data type of a given variable?

Options:

A.

type()


B.

GetVar()


C.

Show()


D.

Data()


Expert Solution
Questions # 2:

What is the name of the tool that can allow a device to run more than one operating system at a time as virtual machines?

Options:

A.

System Restore


B.

Partition Manager


C.

Hypervisor


D.

Bootloader


Expert Solution
Questions # 3:

Which Python function would be used to check the data type of a variable bmi?

Options:

A.

check(bmi)


B.

datatype(bmi)


C.

typeof(bmi)


D.

type(bmi)


Expert Solution
Questions # 4:

Which type of sorting algorithm starts at the first position and moves the pointer until the end of the list, determining the lowest value?

Options:

A.

Selection sort


B.

Incremental sort


C.

Progressive sort


D.

Pointer sort


Expert Solution
Questions # 5:

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?

Options:

A.

The hardware abstraction layer


B.

The boot loader layer


C.

The task scheduler layer


D.

The file system layer


Expert Solution
Questions # 6:

What is the alternative way to access the third element of the first row in np_2d?

Options:

A.

np_2d[1, 3]


B.

np_2d[2, 0]


C.

np_2d[3, 1]


D.

np_2d[0, 2]


Expert Solution
Questions # 7:

What is the expected result of running the following code: list1[0] = "California"?

Options:

A.

A new list will be created with the value "California".


B.

The first value in the list will be replaced with "California".


C.

The list will be extended by adding "California" at the end.


D.

A second element will be added to the line "California".


Expert Solution
Questions # 8:

What is traversal in the context of trees and graphs?

Options:

A.

The process of changing the value of nodes


B.

The process of removing all nodes


C.

The process of connecting all nodes


D.

The process of visiting all nodes


Expert Solution
Questions # 9:

What happens if one element of a NumPy array is changed to a string?

Options:

A.

All elements in the array are coerced to strings.


B.

The operation is not allowed and raises an error.


C.

All elements in the array are coerced to integers.


D.

The array becomes a list of the original integers.


Expert Solution
Questions # 10:

What stores the location of the next node in a linked list?

Options:

A.

The pointer


B.

The index


C.

The value


D.

The header


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions