GFACT exam|| Questions And Correct Detailed
Answers (verified Answers) ||Already Graded
A+||Newest Exam Version!!!!
You are assessing a patient's abdomen and feel a
Which computer component manages ongoing access to
a computer's shared RAM and drive storage resources?
A)Memory Registers
B)BIOS
C)Kernel
D)Bootloader - ANSWER-Kernal
What Windows configuration utility can be used by a local
administrative user to create an account which requires
the password to be reset upon first login?
A) Dynamic Host Configuration Protocol
B) Family & Other People Control Panel
C) Local Users Management Console
D) User Account Control (UAC) - ANSWER-Local Users
Management Console
,2|Page
When is a software interrupt issued by a computer?
A) When a user switches from one visible program to
another in the GUI
B) When power is suddenly cut off the CPU
C) When a user has not taken action in a pre-specified
amount of time
D) When a new event occurs that requires attention from
the processor - ANSWER-When a new event occurs that
requires attention from the processor
Which of the following can best be described as a recipe
for building Docker containers?
A) Operating System
B) Daemon
C) Hub
D) Image - ANSWER-Image
What is interesting to be an attacker about the program
below?
,3|Page
-rwsr-xr-x 1 root root 44k May 7th 2014 /bin/ping
A)The program will be run with root permissions
B) The program can only be saved by the root user
C)The program will create a tunnel to the remote host
D) Yo mama - ANSWER-The program will be run with root
permissions
What is the result of the following Linux command?
sudo find /etc -exec sh -i /;
A)Updating files in /etc with sh
B)Listing executable file in /etc
C) Gaining a shell with root access - ANSWER-Gaining a
shell with root access
Consider the TCP communication between two computers
shown below. What will computer A do following Computer
B's response?
, 4|Page
Computer A sends 20 bytes of data
Computer B responds with Computer A's acknowledgment
number + 15
A)Send a FIN packet to close the connection
B) Send the missing five bytes
C)Resend the entire packet
D)Ask computer B what bytes are missing - ANSWER-
Resend the entire packet
A user adds a new directory to a Linux system's $PATH
environment variable, #export $PATH=$PATH:new_dir.
What action will cause the updated $PATH variable
change back to the original value?
A)Closing and re-opening the terminal
B)Running the command "rm $PATH"
C) Echoing the $PATH to /dev/null - ANSWER-Closing and
reopening the terminal
When a program runs on a computer, it temporaily loads
code into memory that contains information about the