Friday, January 30, 2015

கணினியில் கோப்புறையை மறைத்தல்

  1. கோப்புறையின்(Folder) மீது சுட்டிக்குறியை(Cursor) வைத்து சுட்டியின் (Mouse) வலப்பக்க பொத்தானை (Right Button) அழுத்துங்கள்.
  2. புதிதாக தோன்றும் பட்டியலில் பண்புகள்(Properties) என்பதை தெரிவுசெய்யவும். பண்புகள் என்ற தலையங்கத்துடனான விருப்ப தெரிவுப் பெட்டியொன்று (Option Box) தோன்றும்.
  3. புதிதாக தோன்றிய விருப்ப தெரிவுப் பெட்டியில் பொது(General), பகிர்(Sharing), பாதுகாப்பு(Security), முன்னைய பதிப்பு(Previous version), மற்றும் தனிப்பயனாக்கு (Customize) என்ற வரிசையில் தாவல்கள்(Tabs) இருக்கும். அதில் தனிப்பயனாக்கு(Customize) என்ற தாவலை தெரிவுசெய்க.
  4.  அதில் கோப்புறை வரைகலை (Folder Icon) குறியீடு என்ற தலையங்கத்துடான குழுவில் வரைகலை குறியீட்டை மாற்று (Change Icon) என்ற பொத்தானில் (Button) அழுத்துக.
  5. பல வரைகலை குறியீடுகளை கொண்ட தாவல் தோன்றும். அவற்றின் கிழே கிடையான உருள்பட்டியை (Horizontal Scroll bar) அங்கும் இங்கும் அசைப்பதன் மூலம் மூன்று வெற்றிடத்தை (Empty Space) கொண்ட பகுதியை கண்டுபிடித்து அவற்றில் ஒன்றை தெரிவுசெய்து சரி (OK) என்ற பொத்தானை அழுத்துக.
  6. கோப்புறையானது தற்போழுது வரைகலை குறியீடு இல்லாமல் தனிப் பெயருடன் மட்டும் தோன்றும். அதனை தெரிவுசெய்து விசைபலகையில் (Keyboard) F2 என்ற விசையை அழுத்துவும்.
  7. தொடர்ந்து விசைப்பலகையில் அழிப்பதற்குரிய Delete என்ற விசையை அழுத்தவும்.
  8. மீண்டும் விசைபலகையில் alt என்ற விசையை அழுத்தியபடி 0160 என்ற இலக்கத்தை பதிவுசெய்து உள்வழிச்சாவியை (Enter Key) அழுத்துக. இப்பொழுது கோப்புறையின் பெயரும் மறைந்திருக்கும். மேற்படி இலக்கத்தை பதிவுசெய்யும் பொழுது அது திரையில் தோன்றாது என்பதை கவனிக்கவும். அத்துடன் மேற்படி இலக்கத்துக்கு பதிலாக 255 என்ற இலக்கத்தையும் உள்ளீடு செய்யலாம்.
  9. விசைப்பலகையில் F5 என்ற விசையை அழுத்தும்போழுது கோப்புறை தோன்றிமறையும். மற்றப்படி தெரியாது.

Tuesday, January 27, 2015

Assignment I for MKU(B.Sc)











Question 1
Calculate the binary numbers:
(a) 11 + 1
(b) 11 + 11
(c) 111 + 11
(d) 111 + 10
(e) 1110 + 111
(f) 1100 + 110
(g) 1111 + 10101
(h) 1100 + 11001
(i) 1011 + 1101
(j) 1110 + 10111
(k) 1110 + 1111
(l) 11111 + 11101
Question 2
Calculate the binary numbers:
(a) 11 – 10
(b) 110 – 10
(c) 1111 – 110
(d) 100 – 10
(e) 100 – 11
(f) 1000 – 11
(g) 1101 – 110
(h) 11011 – 110
(i) 1111 – 111
(j) 110101 – 1010
(k) 11011 – 111
(l) 11110 – 111
Question 3
Calculate the binary numbers:
(a) 11 + 11
(b) 111 + 111
(c) 1111 + 1111
(d) 11111 + 11111
Question 4
Calculate the binary numbers:
(a) 10 + 10
(b) 100 + 100
(c) 1000 + 1000
(d) 10000 + 10000
Question 5
Solve the following equations, where all numbers, including x, are binary:
(a) x + 11 = 1101
x =
(b) x – 10 = 101
x = 
(c) x – 1101 = 11011
x =
(d) x + 1110 = 10001
x =
(e) x + 111 = 11110
x =
(f) x – 1001 = 11101
x =
Question 6
Calculate the binary numbers:
(a) 10 – 1
(b) 100 – 1
(c) 1000 – 1
(d) 10000 – 1

Question 7 
(a) Convert the binary numbers 11101 and 1110 to base 10.
and
(b) Add together the two base 10 numbers.
(c) Add together the two binary numbers.
(d) Convert your answer to base 10 and compare with your answer to (b).



Question 8
(a) Convert the binary numbers 11101 and 10111 to base 10.
and
(b) Calculate the difference between the two base 10 numbers.
(c) Convert your answer to (b) into a binary number.
(d) Calculate the difference between the two binary numbers and compare with your answer to (c).



Question 9
Here are 3 binary numbers:
111010110111101010011
Working in binary,
(a) add together the two smaller numbers,
(b) add together the two larger numbers,
(c) take the smallest number away from the largest number,
(d) add together all three numbers.
Question 10
Calculate the binary numbers:
(a) 111+101+100
(b) 11101+10011+110111


















answers will be forwarded to narakaselvan@gmail.com on or before 04-02-2015