- •Laboratory work №1
- •Computer performance: speed, efficiency, energy costs
- •Amdahl's Law
- •Cpu time
- •Full answer
- •Cpu Time Definition - What does cpu Time mean?
- •Techopedia explains cpu Time
- •Amdahl's Law
- •Speedup:
- •Amdahl's Law Defined
- •A Calculation Example
- •Amdahl's Law Illustrated
- •Optimizing Algorithms
- •Optimizing the Sequential Part
- •Execution Time vs. Speedup
- •Measure, Don't Just Calculate
- •2.1 Architecture of computer
- •2.2 Types of memory
- •2.3 Number system
- •Memory unit.
- •Input - Output
- •Adding Binary Numbers
- •Subtracting Binary Numbers
- •Multiplying Binary Numbers
- •Dividing Binary Numbers
- •4.1 Main functions, structure and types of operating system
- •4.2 Windows os
- •4.3 Working with files and directories
- •Windows system key combinations
- •Windows program key combinations
- •1. Beginning work in word processor
- •2. Creating and editing simple text documents
- •3. Work with formula editor Equation 3.0
- •Exercise 8 - Selecting and Formatting Multiple Lines
- •Exercise 9 - Formatting Last Two Lines
- •Exercise 10 - Formatting Words using the Font Dialog box
- •Symbols
- •Structures
- •10.1. The definition and structure of database
- •10.2. Creation of a new database
- •10.3. Methods of creation new table
- •Control questions
- •6.1 The main tools for work in Power Point
- •6.2 Presentations in ms Office Power Point
- •7.1. Electronic spreadsheet ms Excel
- •7.2. Entering Excel Formulas and Formatting Data
- •7.3 Cell Addressing
- •Worksheets
- •The Formula Bar
- •Entering Excel Formulas and Formatting Data
- •Copy, Cut, Paste, and Cell Addressing
- •Exercise 2
- •Absolute Cell Addressing
- •Mixed Cell Addressing
- •What is Absolute Cell Addressing ?
- •What is Mixed Cell Addressing?
- •Using Reference Operators
- •Understanding Functions
- •Alternate Method: Enter a Function with the Ribbon
- •Fill Cells Automatically
- •Exercise 2
- •Exercise 3
- •Exercise 4
- •Chart example :
- •Exercise 10 Create a Column Chart
- •Apply a Chart Layout
- •Global and local networks. Internet
- •Bases of html
- •The internet
- •Examples of a web page
- •Html Tags
- •The start tag is often called the opening tag. The end tag is often called the closing tag. Web Browsers.
- •Example Explained
- •10.1 Software and hardware for generating key information. 10.2 Protecting programs from unauthorized use via usb-key and the software manufacturer.
- •2. Brief theoretical information
- •Information for the developer.
- •3. The order of execution of work
- •4. Contents of the report
- •5. Test Questions
- •Installation Certification Center.
- •III) Request a certificate. Processing request.
- •3. The order of execution of work
- •4. Contents of the report
- •Test Questions
- •1. Objective
- •3.The order of execution of work
- •Image 1
- •Creating a strong password→
- •Verify your account via sms or Voice Call→
- •Control what others see about you across Google services→
- •Choose the information you share with others
- •More details about your name & photo
- •Preview how your information shows up
- •Preview how your information shows up
- •About Google Accounts→
- •Common issues
- •Product-specific age requirements
- •Disabled account due to incorrect birth date
- •History
- •Technical details
- •Network structure
- •Base station subsystem[edit]
- •Gsm carrier frequencies
- •Voice codecs
- •Subscriber Identity Module (sim)[edit]
- •Phone locking[edit]
- •Gsm security[edit]
- •Standards information[edit]
- •Gsm open-source software[edit]
- •Issues with patents and open source[edit]
- •13.1 Obtaining the electronic services on the portal of e-government of kazakhstan
- •Laboratory work №14
- •Information culture.Internet culture.
What kind of program is MS Excel?
Name main features within Excel 2007?
The content of worksheet is?
How many rows and columns are in Excel 2007?
What is range?
How we can edit a cell?
Formula in Excel.
What is Absolute Cell Addressing ?
What is Relative Cell Addressing?
What is Mixed Cell Addressing?
List of recommended references
June J. Parsons and Dan Oja, New Perspectives on Computer Concepts 16th Edition - Comprehensive, Thomson Course Technology, a division of Thomson Learning, Inc Cambridge, MA, COPYRIGHT © 2014.
Lorenzo Cantoni (University of Lugano, Switzerland) James A. Danowski (University of Illinois at Chicago, IL, USA) Communication and Technology, 576 pages.
Craig Van Slyke Information Communication Technologies: Concepts, Methodologies, Tools, and Applications (6 Volumes). ISBN13: 9781599049496, 2008, Pages: 4288
Brynjolfsson, E. and A. Saunders (2010). Wired for Innovation: How Information Technology Is Reshaping the Economy. Cambridge, MA: MIT Press
Kretschmer, T. (2012), "Information and Communication Technologies and Productivity Growth: A Survey of the Literature", OECD Digital Economy Papers, No. 195, OECD Publishing.
Laboratory work №8
Electronic spreadsheet MS Excel
Ms Excel functions for calculation
Creating Excel Functions, Filling Cells.
Working with graphic objects
The main methods of representations and processing of charts
Ms Excel functions for calculation
You can use Excel functions to perform mathematical calculations. By using functions, you can quickly and easily make many useful calculations, such as finding an average, the highest number, the lowest number, and a count of the number of items in a list. Microsoft Excel has many functions that you can use.
Using Reference Operators
To use functions, you need to understand reference operators. Reference operators refer to a cell or a group of cells. There are two types of reference operators: range and union.
A range reference refers to all the cells between and including the reference. A range reference consists of two cell addresses separated by a colon. The reference A1:A3 includes cells A1, A2, and A3. The reference A1:C3 includes cells A1, A2, A3, B1, B2, B3, C1, C2, and C3.
A union reference includes two or more references. A union reference consists of two or more numbers, range references, or cell addresses separated by a comma. The reference A7, B8:B10, C9, 10 refers to cells A7, B8 to B10, C9 and the number 10.
Work with the Insert Function button
Excel supplies more than 350 functions organized into 10 categories:
Database, Date and Time, Engineering, Financial, Information, Logical, Lookup, Math, Text and Data, and Statistical functions
You can use the Insert Function button on the Formula bar to select from a list of functions.
A series of dialog boxes will assist you in filling in the arguments of the function and this process also enforces the use of proper syntax.
Understanding Functions
Functions are prewritten formulas. Functions differ from regular formulas in that you supply the value but not the operators, such as +, -, *, or /.
Function Library
The function library is a large group of functions on the Formula Tab of the Ribbon. These functions include:
AutoSum: Easily calculates the sum of a range Recently Used: All recently used functions Financial: Accrued interest, cash flow return rates and additional financial functions Logical: And, If, True, False, etc. Text: Text based functions Date & Time: Functions calculated on date and time Math & Trig: Mathematical Functions
|
For example, you can use the SUM function to add. When using a function, remember the following:
Use an equal sign(=) to begin a formula.
Specify the function name.
Enclose arguments within parentheses. Arguments are values on which you want to perform the calculation. For example, arguments specify the numbers or cells you want to add.
Use a comma to separate arguments.
Here is an example of a function:
=SUM(2,13,A1,B2:C7)
In this function: the equal sign begins the function; SUM is the name of the function; 2, 13, A1, and B2:C7 are the arguments; parentheses enclose the arguments; commas separate the arguments.
After you type the first letter of a function name, the AutoComplete list appears. You can double-click on an item in the AutoComplete list to complete your entry quickly. Excel will complete the function name and enter the first parenthesis.
One or more functions may be specified in a formula to help calculate a desired final value in a cell. The most commonly used functions can be found under the AutoSum button , which looks like a summation symbol in mathematics and found on the Home tab under the Editing.
Creating Excel Functions, Filling Cells.
Exercise 1
Consider the following table of student names and homework scores. The block of cells A1:D5 contain constant values (text and numbers).
To compute the SUM over the column of HW#1 scores in cell B7 perform the following:
Click on the cell B7 to make it the active cell.
Click the AutoSum button’s drop-down menu and choose Sum.
Highlight cells B2 through B5 with your mouse (Excel will outline the cells in the chosen range). The formula shown in cell B7 will be =SUM (B2:B5), where the function called SUM is given the range B2:B5 is its input argument.
The cell B7 will display evaluated value (final answer) for the formula.
The AutoSum button contains other commonly used as listed below:
Sum: Add all the numeric values contained in the cells specified in the input argument.
Average: Averages all the numeric values contained in the cells specified in the input argument.
Min: Determines the smallest numeric value among all the cells specified in the input argument.
Max: Determines the largest numeric value among all the cells specified in the input argument.
Count: Counts how many cells contain numeric values in the input argument.
