Runtime {Ans: The period when a program is running. Begins when a program is opened (or executed) and ends when the program is closed.}Computer Scientists {Ans: Scientists who apply their knowledge of computation to creating solutions using a computer system.}camelcase {Ans: The writing of compound words (like variable names, procedure names, and file names) by starting each word with a capital letter.}Emulator {Ans: A simulator that imitates a program or events.}Flowchart {Ans: A diagram that represents an algorithm, work flow, or process, and uses geometric symbols connected by arrows to show the direction of the flow of action.}Event-driven programming {Ans: Type of computer programming where the program responds to an input (or trigger).}