Sunday, September 13, 2015

Parallelism’ Posting

Non Parallel List :


  • Rebooting (Gerund) the computer
  • Logging (Gerund) in using proper credentials
  • Open (Verb) VMware Workstation
  • Revision (Noun) of a C program
  • List (Noun) of all C programs 
  • Compiling(Gerund)  a program
  • Run (Verb)a program
  • Debugging (Gerund)the result
  • After we debug, printing (Gerund) the result
  • Close(Verb)the terminal

The above list is non parallel because some of the list items starts with gerunds(ing form), nouns, andverbs. There is no consistency in the part of speech.

Parallel List :
  • Reboot the computer
  • Login using proper credentials
  • Open VMware Workstation
  • Write a C program
  • Create a list of all C programs
  • Compile a program
  • Run a program
  • Debug the result
  • Print the result, after we debug
  • Close the terminal

This list is parallel because the first word of each item in the list begins with a Verb.

1 comment: