Compiler Design Notes

Compiler Design Notes Compiler Design A language translator is a program which translates programs from source language into an equivalent program in an object language. Keywords and phrases: source-language, object-language, syntax-directed, compiler, assembler, linker, loader, parser, scanner, top-down, bottom-up, context-free grammar, regular expressions A computer constructed from actual physical devices is termed an actual computer … Read more

Analog and Digital Communication Notes

Analog and Digital Communication Notes Analog and Digital Communication Modulation is the process of varying a carrier signal in order to use that signal to convey information. The three key parameters of a sinusoid are its amplitude, its phase and its frequency, all of which can be modified in accordance with an information signal to … Read more

Asynchronous vs. Synchronous Transmission Notes

Asynchronous vs. Synchronous Transmission Notes Asynchronous vs. Synchronous Transmission Serialized data is not generally sent at a uniform rate through a channel. Instead, there is usually a burst of regularly spaced binary data bits followed by a pause, after which the data flow resumes. Packets of binary data are sent in this manner, possibly with … Read more