Exam 7: Programming for Security Professionals

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

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

(Essay)
4.8/5
(35)

UNIX was first written in assembly language.However,it was soon rewritten in what programming language?

(Multiple Choice)
4.9/5
(24)

Which of the following takes you from one area of a program (a function)to another area?

(Multiple Choice)
4.8/5
(32)

Most programming languages have a way to branch,loop,and test.

(True/False)
4.8/5
(40)

Match each item with a statement below. -Writing programs in this language is easier than in machine language

(Multiple Choice)
4.8/5
(26)

Which of the following is a markup language rather than a programming language?

(Multiple Choice)
4.8/5
(28)

In the C programming language,which statement tells the compiler to keep doing what is in the brackets over and over and over?

(Multiple Choice)
4.8/5
(31)

Which of the following logical operators in the C programming language is evaluated as true if both sides of the operator are true?

(Multiple Choice)
4.8/5
(43)

In programming,what are variables used for?

(Essay)
4.9/5
(31)

Match each item with a statement below. -Program that converts a text-based program called source code,into executable or binary code

(Multiple Choice)
4.9/5
(29)

What is the relationship between algorithms,pseudocode,and a programming language?

(Essay)
4.9/5
(28)

Why is documenting computer programs essential?

(Essay)
4.8/5
(35)

What is a dangerous thing about programming in the C language?

(Essay)
4.7/5
(33)

Which of the following special characters is used with the printf()function in the C programming language to indicate a new line?

(Multiple Choice)
4.7/5
(21)

In a Perl program,to go from one function to another,you simply call the function by entering which of the following in your source code?

(Multiple Choice)
4.9/5
(37)

In the C programming language,which of the following show where a block of code begins and ends?

(Multiple Choice)
4.7/5
(31)

Match each item with a statement below. -Tells the compiler how to convert the value in a function

(Multiple Choice)
4.8/5
(27)

When a compiler finds errors,it usually indicates what they are so you can correct the code and compile the program again.

(True/False)
4.8/5
(29)

Match each item with a statement below. -Takes you from one area of a program (a function)to another area

(Multiple Choice)
4.8/5
(29)

In the Perl programming language,which of the following keywords is used in front of function names?

(Multiple Choice)
4.8/5
(31)
Showing 21 - 40 of 50
close modal

Filters

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