Posts

Showing posts from August, 2020

Chapter 2 : Arrays : Objective Questions

Image
Chapter 2 : Arrays Multiple Choice Questions   1.Collection of elements of the same type placed in contiguous memory locations. a) Variable b) Array c) Loop d) Function   2. Array index starts with the value a) One b) Null Character c) Zero d) None of These 3. The memory space allocated for an array can be computed using a) total_bytes = sizeof (array_type) / size_of_array b) total_bytes = sizeof (array_type) + size_of_array c)  total_bytes = sizeof (array_type) - size_of_array d) total_bytes = sizeof (array_type) x size_of_array 4.Accessing each element of an array at least once to perform any operation is known as  a) Navigation b) Traversal c) Indexing d) Looping 5.  Which character is stored at the end of the string a)  '\0' b) '\n' c) '\t' d) '/0' 6. A console output function used in C++ to display a string data on the standard output device (monitor). a) getline() b) printf () c) getchar() d) puts() 7. An array element is accessed using  a) Array

What is Moodle LMS ?

Image
എന്താണ് മൂഡിൽ എൽ‌എം‌എസ് ?   ലോകത്തിലെ ഏറ്റവും ജനപ്രിയമായ ഒരു പഠന പ്ലാറ്റ്ഫോംആണ് മൂഡിൽ. മൂഡിൽ അധ്യാപകർക്ക് ഓപ്പൺ സോഴ്‌സ് സാങ്കേതികവിദ്യയിലൂടെ ഡിജി റ്റൽ പഠന പരിഹാരം സാധ്യമാക്കുന്നു. വിദ്യാഭ്യാസ സമ്പ്രദായത്തിന്റെ എല്ലാ തലങ്ങളിലും മൂഡിൽ ഇപ്പോൾ ഉപയോഗിച്ച് വരുന്നു. ഇന്റർനെറ്റ് അധിഷ്‌ഠിത കോഴ്‌സുകളും വെബ്‌സൈറ്റുകളും നിർമ്മിക്കുന്നതിനുള്ള ഒരു സോഫ്റ്റ്വെയർ പാക്കേജാണ് മൂഡിൽ. പഠിതാക്കൾ, അദ്ധ്യാപകർ, വിദ്യാർത്ഥികൾ എന്നിവർക്കിടയിൽ മികച്ച സഹകരണം അനുവദിക്കുന്ന ഒരു പഠന മാനേജുമെന്റ് സിസ്റ്റമാണ് (എൽ‌എം‌എസ്). പഠിതാക്കൾക്ക് എവിടെ നിന്നും ഏത് സമയത്തും കോഴ്‌സ് മെറ്റീരിയലുകൾ ആക്‌സസ്സുചെയ്യാനാകും.      

Victers Channel : Video Online : Arrays and String

Image
KITE VICTERS Plus two Computer Application Class 09 (First Bell-ഫസ്റ്റ് ബെല്‍)  

Session 2 : How to insert a picture and a video in blog post ?

Image
Add a video to your blog Sign in to Blogger. In the top left, click the Down arrow . Select the blog to update. Create a new post or edit a post to add a video. On the Post Editor, click Insert a video . Choose the video you want to use. Hands on Experience Video

Session 1 : How to Create a Blog ?

What is a Blog? A blog (a shortened version of “weblog”) is an online journal or informational website displaying information in the reverse chronological order, with the latest posts appearing first, at the top. It is a platform where a writer or a group of writers share their views on an individual subject.   eg: -  https://mangroveskerala.blogspot.com/ What is  blogging ? Blogging is a collection of skills that one needs to run and supervise a blog. This entails equipping a web page with tools to make the process of writing, posting, linking, and sharing content easier on the internet.   Create a blog - 7 Step process Sign in to Blogger . ( using your gmail account ) On the left, click the Down arrow . Click New blog . Enter a name for your blog . Click Next. Choose a blog address or URL. Click Save.    Click below link to watch the steps live Hands on Experience Video