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. -error that causes unpredictable results

Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
Verified

D

MATCHING Match each term with the correct statement below. -GNU C and C++ compilers

Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
Verified

I

____ is the act of performing a task over and over.

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

B

The mathematical operator in C that increments the unary value by 1 is ____.

(Multiple Choice)
4.9/5
(33)

____________________ language uses a combination of hexadecimal numbers and expressions, such as mov, add, and sub, making it easier for humans to write programs than in binary or machine language.

(Short Answer)
4.9/5
(33)

Why is documenting computer programs essential?

(Essay)
4.8/5
(35)

The HTML ____________________ tag formats text as a level 1 heading.

(Short Answer)
4.9/5
(40)

HTML doesn't use branching, looping, or testing.

(True/False)
4.9/5
(33)

Bugs are worse than syntax errors because a program can run successfully with a bug, but the output might be incorrect or inconsistent.

(True/False)
4.8/5
(29)

In programming, what are variables used for?

(Essay)
4.7/5
(42)

Many scripts and programs for security professionals are written in ________________________________________, a powerful scripting language.

(Essay)
4.8/5
(35)

In Perl, variables begin with the ____ character.

(Multiple Choice)
4.8/5
(33)

In Perl, comment lines begin with the ____ character(s).

(Multiple Choice)
4.8/5
(37)

The logical operator in C that is evaluated as true if both sides of the operator are true is ____.

(Multiple Choice)
4.8/5
(34)

In C, ____ show where a block of code begins and ends.

(Multiple Choice)
4.9/5
(32)

____ is a markup language rather than a programming language.

(Multiple Choice)
4.9/5
(32)

You must always add "//" at the end of comment text in C.

(True/False)
4.9/5
(39)

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

(Essay)
4.7/5
(35)

How does C's for loop work?

(Essay)
4.9/5
(32)

MATCHING Match each term with the correct statement below. -checks whether a condition is true and then continues looping until the condition becomes false

(Multiple Choice)
4.8/5
(23)
Showing 1 - 20 of 53
close modal

Filters

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