Introduction to Complex Arithemetic The purpose of this course is to give a rudimentary explanation of complex numbers and how you manipulate them. Complex numbers arise in many applications, and quite often in electrical engineering and measurement. more...
Introduction to RF and Microwave Concepts EE104 - Introduction to RF/Microwave Concepts
This course introduces some of the basic concepts that are involved with RF and Microwave measurements
and devices. The fundamental difficulty with RF and Microwave measurements and design is that the
wavelength of the electromagnetic fields involved are the same size as the devices used. Thus, approximations used in DC and AC electronics, or more...
Introduction to RF and Microwave Concepts EE104 - Introduction to RF/Microwave Concepts
This course introduces some of the basic concepts that are involved with RF and Microwave measurements
and devices. The fundamental difficulty with RF and Microwave measurements and design is that the
wavelength of the electromagnetic fields involved are the same size as the devices used. Thus, approximations used in DC and AC electronics, or more...
Introduction to C Programming This course illustrates the basic elements of programming in the C Language. The course uses interactive programming exercises to teach the components of a C program and the syntax of basic C commands. The course begins with an overview of C and its history, comparing it with other programming languages. The structures and elements that every program must contain are introduced, then keywords and more...
ANSI C Programming Expressions To describe the syntax rules governing expressions and statements in ANSI C and how to to use expressions and statements Programmers and software developers new to ANSI C more...
OS 390 TSO E REXX Programming This course discusses the background, structure, distinguishing characteristics, and major uses of the REXX language. A survey of the range of REXX strengths, features, versions, platforms and applications are presented. It also examines the structural units of REXX, beginning with individual characters and progressing to complete programs, with a discussion of REXX program execution in different more...
OS 390 Assembler Language Programming Intermediate This course provides instruction and practice in the use of the standard assembler language instructions. The course covers executable instruction and practice in the use of the standard assembler language instructions. In addition, the course covers executable instructions for data manipulation including loading and storing data, moving data in main storage, bit manipulation, binary and decimal more...
Oracle 8i PL/SQL - Intro to RDBMS and SQL *Plus The course aims to familiarize you with the basic concepts of database design. The course also provides a brief overview of relational database model since the Oracle database is based on this model. The course familiarizes you with the use of SQL and SQL *PLUS commands. The course will enable you to construct queries using SELECT statement with clauses such as WHERE ORDER BY and DISTINCT. You more...
Java 2: java.lang Package This course is an overview of the java.lang package. It provides an understanding of the interfaces and exceptions thrown by the classes in the java.lang package. You will be able to determine the methods in the Object class and write programs by using the Class class and the ClassLoader class. The course demonstrates how to manipulate strings by using methods of the String class and perform more...
REXX/TSO Programming Teaches effective use of the REXX language, control statements and functions to perform terminal I/O, arithmetic functions and as data and file manipulation in a TSO environment. more...
C Programming for the Microsoft NET Platform Part 2 ...nally clause. Match the syntax used to check for arithmetic overflow with their descriptions. Unit 2: Methods and Parameters 2 - 3 hours Identify the syntax used to define a method. Identify the syntax used to call a method. Identify the syntax used to declare local variables in methods. Identify the syntax used to return a value from a more...
Java Operations Flow Control ...rs. In addition, it covers various operators that include arithmetic operators, assignment operators, unary operators, relational operators, logical operators, bitwise operators, short-circuit operators, shift operators, and ternary operators. In the Flow Control unit, the course covers various statements used to implement conditional as well as iterative flow control.
Learn To:
more...
Java Operations Flow Control ...rs. In addition, it covers various operators that include arithmetic operators, assignment operators, unary operators, relational operators, logical operators, bitwise operators, short-circuit operators, shift operators, and ternary operators. In the Flow Control unit, the course covers various statements used to implement conditional as well as iterative flow control.
Learn To:
more...
C Programming - Part 3 ...rload a unary operator. Identify the code to overload an arithmetic operator. Identify the code to overload a comparison operator. Identify the code to overload an assignment operator. Identify the code to overload a special operator. Identify the code for overloading an operator by using a friend function. Identify the code that overloads a shift operator by using a friend function. more...
C Programming - Part 4 ...f a stack. Sequence the steps to evaluate a value for an arithmetic expressions in a postfix notation. Identify the code to insert an element in a queue. Identify the definition of queue. Identify the code to delete an element from a queue. Identify the code that is used to define a binary tree. Identify the code to traverse a binary tree based on a specific method. Identify the code more...
C Programming - Part 3 ...ts of an array of pointers with their outputs. Match the arithmetic expressions involving an array of pointers with their outputs. Identify the code to pass an array of pointers to a function in a specified situation. Identify the correct code to allocate memory to a structure pointer. Identify the code to access the members of a structure by using a structure pointer. Identify the code to more...
C Programming - Part 2 ...y the output of a set of statements that involves pointer arithmetic. Identify the output of a set of statements that implements an array of pointers. Identify the output of a function that accepts a pointer as an argument. Identify the output of a function that returns a pointer. Unit 3: User-Defined Data Types Duration: 2 Hour(s) Identify the statement that implements the more...
C Programming - Part 1 ...e of expressions based on precedence and associativity of arithmetic operators. Compute the value of expressions based on precedence and associativity of assignment operators. Compute the value of expressions based on the precedence and associativity of relational operators. Compute the value of expressions based on the precedence and associativity of logical operators. Compute the value more...
Oracle Database 10g SQL Fundamentals I Part 1 ...he SQL statement to retrieve data from tables.
Identify arithmetic expressions used to perform operations on data.
Identify operators used to format results in SQL statements.
Identify features of single-row functions.
Match the character functions with their uses.
Match the number functions with their purpose.
Identify the use of natural joins to retrieve data from multiple tables. more...
C Foundation for Non-C Programmers - Part 1 ...essions. Calculate the output of an expression that uses arithmetic operators. Calculate the output of an expression that uses relational operators. Calculate the output of an expression that uses logical operators. Match special operators with their functions. Calculate the result produced by a program containing an if statement. Insert the missing lines of code in a switch statement. more...
Oracle SQL Specifics Retrieving and Formatting Data ... rules that govern the writing of SQL statements.
Use an arithmetic operator to perform a calculation in a query.
Use the NVL function to convert null values to zero.
Display a column with a column alias.
Use the concatenation operator to combine query results from multiple table columns into a single column.
Perform a query using a pseudocolumn.
Identify the components of a basic WHEREmore...
SQL and PL SQL Basic SELECT Course Overview This course is the first in a three-part Oracle SQL series that is based on the ILT course Introduction to Oracle: SQL and PL/SQL. This course introduces the learner to Oracle relational database concepts and the use of SQL for storing, retrieving, and manipulating data in a relational database. This course covers relational database principles and Oracle concepts; writing basic more...
Oracle SQL for End Users--Part 1 ...ows from a table. Write a SQL statement that includes an arithmetic expression. Assign an alias to a column heading when retrieving data from a table. Concatenate multiple columns that are selected from a table. Embed a literal character string in a SELECT clause to customize the output displayed. Eliminate duplicate rows from the output of a query by inserting the DISTINCT keyword. more...
Database Technologies Introduction to SQL ...clauses, keywords, and operators. o Identify how to use arithmetic operators, single row functions, and group functions to manipulate query data. o Identify how to retrieve database information using subqueries and joins. o Identify the guidelines for naming tables as well as the datatypes and constraints available for table creation. o Identify how to create, alter, and delete database more...
Lotus Domino R5 Development Part 4 Making Your Application Run ... a date-time operation for a specific task. Identify the arithmetic function statement that evaluates to a specific value. Identify the list function statement that evaluates to a specific value. Identify the data conversion function statement that performs a specific task. Identify the special function statement that performs a specific task. Write a command in the Script area to perform more...