Font size
WorksheetsCFC IT Challenge
Total questions: 19
Worksheet time: 47mins
Which of the following is true about the responsibilities of a person who works in the Information Stewardship section ?
The person must save documents and other materials containing NPI even when they are no longer necessary to have backup data for the authorized parties
The person must return documents and other materials containing NPI to authorized parties
The person must notify the owner one day after, if that person has suspected or is aware of a breach, alteration, destruction, loss or any other unauthorized use of NPI.
The person should not protect documents and other materials containing NPI while they are in his/her care
Encrypt the following plaintext using Playfair cipher. The keyword is given below:
Plaintext: I love computer forensics club
Keyword: wednesday
(a)
Encrypt the following plaintext using Playfair cipher. The keyword is given below:
Plaintext: Transforming and Enriching
Keyword: gravity
(a)
How many steps required in preserving digital evidence ?
6
8
11
14
Which of the following wireless technology is used for exchanging data between a variety of fixed and mobile devices over a very short diameter ?
Mobile technology
Bluetooth technology
Ad hoc computing
None of the above
In frequency modulation, the amplitude of the modulated carrier signal is ______and its frequency is ______ by the modulating message signal
constant, constant
varied, constant
constant, varied
varied, varied
What are the different types of pop up box available in javascript ?
Alert
Confirm
Dialog
Prompt
Which file controls how our frames will appear ?
Master Document
Frameset
Template
Timeline
Which one is Subclass ?
H
z
ZA
B
Which of the following statements is FALSE ?
Unix supports multiple users
Linux is an open source operating system and the source code is shared
Shell takes care of inter process communication
Shell provides the feature of I/O Redirection
Which of the following shows the forensic readiness ?
How prepared a digital forensic investigator is to present their evidence in a court of law
How easy it is for the digital forensic investigator to find evidence which proves that someone is guilty
A machine which has been imaged for the forensic purposes
How prepared an organization is to respond to an incident
What command allows you to look up information on a particular command ?
kb
cve
man
help
What directory contains the system configuration files ?
/boot
/var
/lib
/etc
Single inheritance, Multiple inheritance, and Aggregation comes under_____.
Modularity
Typing
Hierarchy
None of the mention
_______ diagrams are used to illustrate data structures, and the status snapshots instances of the things found in the class diagrams.
Use case
Object
Collaboration
Sequence
What tool below was written for ms-dos and was commonly used for manual digital investigations ?
SMART
Norton DiskEdit
ByteBack
DataLifter
All forensics acquisition tools have a method for verification of the data-copying process that compares the original drive with the image
TRUE
FALSE
Which one of the following acts states that individuals have a right to respect for the privacy of their emails ?
Copyright, Designs and Patents Act
Criminal Justice and Police Act
Humans Right Act
Computer Misuse Act
Converting Fahrenheit into Celsius. Find Error in this code and choose the correct answer (java)
Fahrenheit =98.6;
Celsius;
//Calculation
Celsius = fahrenheit - 33*7/9
//Output
System.out.println(“converted celsius value is “ + “ “ + Fahrenheit);
double Fahrenheit =98.6;
double Celcius;
//Calculation
Celsius = fahrenheit - 32*5/9
//Output
System.out.println(“converted celsius value is “ + “ “ + Celcius);
int Fahrenheit =98.6;
Int Celcius;
//Calculation
Int Celsius = fahrenheit - 33*7/9
//Output
System.out.println(“converted celsius value is “ + “ “ + celc);
