Exam 7: Programming for Security Professionals

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The logical operator in C that is used to compare the equality of two variables is ____.

(Multiple Choice)
4.8/5
(28)

In Perl, the keyword "____" is used in front of function names.

(Multiple Choice)
4.8/5
(43)

The print command for Perl is almost identical to the ____ print command.

(Multiple Choice)
4.8/5
(27)

Most programming languages do not have a way to conduct testing of a variable.

(True/False)
4.8/5
(44)

The ____ special character is used with the printf() function in C to indicate a new line.

(Multiple Choice)
4.8/5
(30)

UNIX was first written in assembly language, soon rewritten in ____.

(Multiple Choice)
4.8/5
(31)

List and describe the variable types used in C.

(Essay)
4.7/5
(42)

In C, the statement ____ tells the compiler to keep doing what's in the brackets over and over and over.

(Multiple Choice)
4.7/5
(31)

To compile the "syntax.c" program in *nix you enter the gcc -c syntax.c -o syntax.o command.

(True/False)
4.8/5
(32)

In HTML, each tag has a matching closing tag that's written with a(n) ____ added.

(Multiple Choice)
4.9/5
(34)

The ____ statement in C is used to load libraries that hold the commands and functions used in your program.

(Multiple Choice)
4.8/5
(33)

Structures called classes can be written in many ____________________ languages (Java, Object COBOL, or Perl).

(Short Answer)
4.9/5
(41)

Security professionals often need to examine Web pages and recognize when something looks suspicious.

(True/False)
4.9/5
(36)
Showing 41 - 53 of 53
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)