Exam 7: Programming for Security Professionals

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

MATCHING Match each term with the correct statement below. -performs an action first and then tests to see whether the action should continue to occur

(Multiple Choice)
4.8/5
(33)

MATCHING Match each term with the correct statement below. -English-like language you can use to help create the structure of your program

(Multiple Choice)
4.7/5
(39)

You can use /* and */ instead of ____ symbol(s) for one-line comments in C.

(Multiple Choice)
4.8/5
(33)

MATCHING Match each term with the correct statement below. -structure that holds pieces of data and functions

(Multiple Choice)
4.9/5
(35)

How is branching performed in Perl?

(Essay)
4.8/5
(37)

What is an algorithm? You may use an analogy to explain the concept.

(Essay)
5.0/5
(30)

MATCHING Match each term with the correct statement below. -converts a text-based program, called source code, into executable or binary code

(Multiple Choice)
4.9/5
(40)

What is the difference between the = and = = operators in C?

(Essay)
4.9/5
(21)

MATCHING Match each term with the correct statement below. -tells the compiler how to convert a value in a function

(Multiple Choice)
4.8/5
(40)

The Win32 class contains many functions you can call from your Perl script. How can attackers use these functions? Should security professionals become proficient at using them in a program?

(Essay)
4.9/5
(32)

A ____ is a mini program within a main program that carries out a task.

(Multiple Choice)
4.8/5
(27)

Software engineering firms don't retain computer programmers who do not document their work because they know that 80% of the cost of software projects is ____.

(Multiple Choice)
4.8/5
(31)

____ takes you from one area of a program (a function) to another area.

(Multiple Choice)
4.9/5
(34)

A loop usually completes after ____________________ is conducted on a variable and returns a value of true or false.

(Short Answer)
4.8/5
(26)

Mention three C compilers and on which operating systems they are available.

(Essay)
4.8/5
(39)

If you want to know what the Perl print command does, you can use ____.

(Multiple Choice)
4.9/5
(36)

The C programming language was developed by ____ at Bell Laboratories in 1972.

(Multiple Choice)
4.9/5
(33)

C programs must contain a(n) ____________________ function, but you can also add your own functions to a C program.

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.8/5
(43)

MATCHING Match each term with the correct statement below. -represents a numeric or string value

(Multiple Choice)
4.9/5
(26)
Showing 21 - 40 of 53
close modal

Filters

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