Through study of this module is a very important as the MCQ paper is quite focused in your knowledge in fundamentals of ICT.The first part covers data, information and knowledge, how you use them and emphasizes the need of technology to manage data. It also asses your knowledge a how ICT is used in society and tool for accessing and ...
x = []for i in range(0,10): x.append(i)print xprint "______________________________________"y = x * 10x = "Hello World!"print xprint "______________________________________"print y# What are X and Y?===================================############## Arithmetic#############4 + 4 == 83 - 5 == -216 / 2 == 816 * 4 == 643 % 2 == 1 # Modulus# Long Int Conversion - Useful for function type mismatches - Not needed here.100000000000000000000L ...
This is more of a O/L ICT Topic, However related to A/L ICT in many ways. Describe how Wireless Technologies, Mobile Computing and Cloud Computing help bridge the digital divide in Society.
YES AYV Creative Youth Media Project implemented by Shilpa Sayura has won WSYA 2013 Award. YES AYV is a Sri Lankan platform that has trained more than 100 youngsters in digital media creation in order to make an impact in the local community with the help of creative digital art. YES AYV Creative Youth Media Project started in 2011 with ...
With ever expanding ICT uses enormous amount of provate data collected, processed and stored as part of business operations. It's important that technologists and organisations aware of Data Protection and Privacy Law. Important DefinitionsData Subject: This is the person whose data is stored on systems. They give their personal data to allow organisations to for various needs.Data Controller: This is ...
Patterns are heart of programming algorithms. They are not difficult program. All you have to do is study relationships and occurrences. Write a programs to produce given outputs using python. Q.1 structure:$$$$$$$$$$$$$$$$$$$$$$$$$Q.2 #'s triangle:# # # # ## # # ## # ## ##Q.3 $'s triangle:$ $ $ $ $$ $ $ $$ $ $$ $$Q.4 #'s triangle:- ### ### ...
This 46 simple Python exercises created and collected by Torbjörn Lager involve characters, words and phrases, rather than numbers, therefore suitable for students interested in learning lpython language.Very simple exercisesDefine a function max() that takes two numbers as arguments and returns the largest of them. Use the if-then-else construct available in Python. (It is true that Python has the max() ...
Javascript window.location MethodMobile phones typically have a small screen width. A simple trick is to redirect if the browser width less than or equal to 800 pixels. However when the mobile is horizontal the with can be increased 960 pixels or more. The tabs use larger with will still use the non mobile site.Place this in the head section of ...
Embedded CSS - The <style> Element: CSS # 2You can place CSS embedded in head section<head><style type="text/css" media="screen">Style Rules............</style></head>type="text/css" Specifies the style sheet language as a content-type (MIME type).media="screen"Specify the device that would display the document.Default value is all. This is optional attribute.options =tty, tv, projection, handheld, print, braille,aural, all CSS Overriding Rules :The CSS defined in external styl
-39 + 92 = 53:111111011001+0101110000110101Carryout without overflow. Sum is Correct.104 + 45 = 149:11101101000+0010110110010101Overflow, no carryout. Sum is not correct. 10 + -3 = 7:1111100001010+1111110100000111Carryout without overflow. Sum is correct.-1 + 1 = 0:1111111111111111+0000000100000000Carryout without overflow. Sum is correct.
Draw a logic circuit for (A + B)C.Draw a logic circuit for A + BC + D.Draw a logic circuit for AB + AC.Draw a logic circuit for (A + B)(C + D)C.Source : http://sandbox.mc.edu
Smart Phones will play a major part in next generation Mobile Teachnology. The wearable technology, such as smart watches, and other accessories, is the next big thing. Currently Wearable technology is $4- to $5 billion market and could grow $30- to $50 billion. Wearable technology mainly be used on Medical, Sports, Engineering and Education applications. Wearable technology uses computer and ...