Sunday, June 27, 2021

Computer Slow?? No Problem!!

 


Why my PC is Slow?

 

Computer slow has become a common topic and most of the user wonder what causes it very slow, the unresponsive issues and how to fix this. However, there are many reasons behind those issues, I have discussed some of them with their step-by-step solutions: 

Ø  Recently updated or not up-to-date system or application software

Ø  Applications/ Programs running in the background

Ø  No free hard drive space or not enough RAM

Ø  Hardware conflicts and outdated drivers

Ø  Antivirus software is extremely active

Ø  Apps automatically running at startup

Ø  Dust, fan not working, overheating

Ø  Corrupted Windows System Files

Ø  Virus or malware infection

Ø  Too old PC or laptop

Ø  High CPU usage


10 most common issues on Windows 10

 

Blue Screen of Death (BSoD)



 

BSoD is one of the most common issues experienced by 9/10 windows 10 users. I personally have experienced it; BSoD won't damage hardware but it can ruin our day. As it has ruined me once. That day, I was busy working on my Lenovo laptop (previously Windows 8 was installed) suddenly everything stopped saying "Your PC ran into a problem needs to restart after collecting error info" in blue screen and computer rebooted. However, doing some research I came to know that the main reason behind this problem was updating win 8 to win10; as my hardware couldn't bear the pressure of software installed.

 What is BSoD?

Ø  A critical error from which it can’t recover

Ø  An error, blue screen displayed on Windows computers

Ø  System crash - Windows operating system can no longer operate safely

Ø  Too much pressure OS is handling (need some rest)

Root cause for Blue Screen of Death:

Ø  Newly installed hardware or software (May not be compatible to existing Hardware or Software)

Ø  Memory utilization more than 75% (not healthy) and CPU (below 75% recommended to be healthy running System)

Ø  Windows Updates (If this is causing BSoD, then uninstall recent updates)

Ø  Inadequate air circulation => fan might stop cooling => check the temperature

Ø  Viruses/Malware => Scan system => could corrupt the system files and/or the drivers


If you have experienced any causes of BSoD other than mentioned above, I would like to see in comment box below. Please share your thoughts.

Thanks

 

10 most common issues on Windows 10

10 most common issues on Windows 10


Although Microsoft is updating Windows 10 regularly, there still exists some issues that interrupts the normal functionality of PCs. I came up with 10 common issues faced by windows 10 users and are listed below:

3.       File explorer is not working

5.       Lost word document/ recover unsaved document

6.       Wi-Fi showing but can’t connect to internet

7.       Hard Disk corrupt/ storage full

8.       Backup and Restore

9.       Imaging and deploying of OS

10.   USB problems         

  

Friday, June 25, 2021

ITIL 4: The next generation of IT Service Management


Ideas from this workshop:-

"If we want our companies or businesses to be better than we need to be better in service management"

How??

Follow Best Practices (similar circumstances)

Think about what you're doing and who you're doing it for and why you're doing it?

We need to understand the broader picture so that we can deliver and support what is required for the customers/ Company.

Nowadays, IT is in everything. It is absolutely a key business driver for an organization. Furthermore, it makes companies different from other companies, and it delivers competitive advantage if IT is reliable and successful. Whenever the services are matched to the business needs, the company will perform better and deliver a better service to its consumers. 

Therefore, IT service management as a driving force behind that IT is a key strategic capability of an organization.

" If we don't get it right, nothing works"

Thanks to Ivor Macfarlane (co-author of ITIL) and Cognixia.

Tuesday, June 1, 2021

Sunday, January 22, 2017

Computer Science Paper Solved - SLC 2072


SLC 2072 COMPUTER SCIENCE

Group - A
(Computer fundamentals)
    1.      Answer the following questions.

      a)      Define LAN topology. Draw star topology.
      Ans: The arrangement or connection pattern of nodes or computers and other devices of the network is called LAN topology.
Fig: Star Topology


      b)      Give any two symptoms of virus attacks.
Ans: The symptoms of virus attacks are:
       i)   Program takes more time to load, fail to load or hang frequently.
      ii) Unexpected messages or images appear suddenly on the screen.

      c)      Write one advantage and one disadvantage of multimedia.
Ans: The advantage of multimedia is:
       i)     One can present ideas, information to others in effective ways.
The disadvantage of multimedia is:
     i)    The cost of developing a multimedia product is high.

      d)     Write any two ways of protecting computer software.
Ans: The two ways of protecting computer software are:
       i)Antivirus Software
       ii)Backup System

      e)      Write any two services of internet.
Ans: The two services of internet are:
     i) WWW (World Wide Web)
     ii)E-mail



      2.      a)Convert as indicated: 
i)(208)10 into Binary 
Converting decimal to binary,

2
208
2
104
0
2
52
0
2
26
0
2
13
0
2
6
1
2
3
0
1
1

(208)10=(11010000)2

ii)(104)8 into decimal

Converting octal to decimal,
=1*82+0*81+4*80
=1*64+0*8+4*1
=64+0+4
=68

 (104)8=(68)10

b) Perform the binary calculations:

 i)1011+1101
                1011
            +  1101
               11000

1011+1101=11000

ii)110*11

             110
             *11
             110
       + 110x
          10010

110*11=10010

   
     3.      Match the following:
Answers:
     a)      Microwave        :           Unguided media
     b)      UTP                   :           Guided media
     c)      UPS                   :           Power protection device
     d)     SMTP                :            Protocol

     4.      State whether the following statements are true or false:
       a)      Walky-talky is an example of full duplex mode.
 Ans: False
      b)      Data transfer rate is higher in optical fiber cable than in co-axial cable.
 Ans: True
      c)      The computer security refers to hardware security only.
 Ans: False
      d)     Sound Card is one of the components of multimedia.
 Ans: True

     5.      Write the appropriate technical terms of the following:
a)      A program that can disinfect a file from virus.
Ans: Antivirus software
      b)      A person who steals or destroys other’s data, information, files and program.
Ans: Hacker
      c)      A company which provides the internet facilities.
Ans: ISP (Internet Service Provider)
      d)     A computer which provides services to other computers in a network.
Ans: Server Computer
    
     6.      Write the full forms of:
i)URL              : Uniform Resource Locator
ii)HTTP           : HyperText Transfer Protocol
iii)LAN            :Local Area Network
iv)MODEM     :Modulator-Demodulator

Group – B
(Database)
    7.      Answer the following questions:
       a)      Write any four data types used in Ms-ACCESS.
Ans: Four data types used in Ms-ACCESS are:
     i)     Text                 ii)   Number          iii) Currency        iv) Date/Time

      b)      Define database with example.
Ans: The systematic collection of organized and related information that can be used for different purposes is called database. For example: dictionary and telephone directory.

      c)      What is query?
Ans: A query is one of the objects of MS-Access that allows us to retrieve the desired information from a table or multiple linked tables.

    8.      State whether the following statements are true or false:
a)      A query is used to select fields and records from only one table.
Ans: False
      b)      MS-ACCESS is DBMS software.
Ans: True
      c)      Index decreases the speed of query and sort operations.
Ans: False
      d)     Data in primary key has to be unique and not null.
Ans: True

9.      Match the following:
         a)      OLE                          :       Data type
         b)      Validation Rule        :       Limits the value
         c)      Form                         :       Data Entry
         d)     Indexing                   :       Easy to search

Group - C
( Programming)
     10.  a) What is procedure?
Ans: The separate block of statements used by the module level code and called by any number of times is called procedure.

b) Write any two data types used in ‘c’ language.
Ans: The two data types used in the ‘c” language are:
     i)     int        ii)      float

c) Write down the functions of the following statements:

i) OPEN: It opens a sequential file for one of the three possible operations i.e. reading, writing or appending.
ii) MKDIR: It makes or creates a new directory on the specified disk.

      11.  Re-write the following program after correcting the bugs:

FUNCTION SUM(m,n)
Rem to print sum of two numbers
a=6
b=7
DISPLAY SUM(a,b)
END

FUNCTION SUM(m,n)
S=m+n
S=SUM
END SUM

Debugged program:
DECLARE FUNCTION SUM(m,n)
Rem to print sum of two numbers
a=6
b=7
PRINT SUM(a,b)
END

FUNCTION SUM(m,n)
S=m+n
SUM=S
END FUNCTION

 12.  Write the output of the following program:
 DECLARE FUNCTION Interest(p,t,r)
CLS
LET p=100
LET t=2
LET r=5
LET d=Interest(p,t,r)
PRINT “The simple interest=”;d
END

[ possible missing code………]
FUNCTION Interest (p,t,r)
Interest=(p*t*r)/100
End FUNCTION

OUTPUT:
If the sub module is missing then error message will be displayed.
Otherwise : The Output will be:
The simple interest = 10

    13.  Study the following program and answer the following questions:

DECLARE FUNCTION Prod(N)
INPUT “Any number”;N
X=Prod(N)
PRINT X
END

FUNCTION Prod(N)
F=1
FOR K=1 TO N
F=F*K
NEXT K
Prod=F
END FUNCTION
                                                                                               
      a)      Write the name of the user defined function used   in the above program.
Ans: The name of the user defined function used   in the above program is Prod.

     b)       Name the loop in the above program.
Ans: The loop in the above program is FOR…NEXT.

    14.  a) Write a program using SUB…..END SUB to display reverse of input-string.
DECLARE SUB REV(A$)
CLS
INPUT “ENTER ANY STRING”;A$
CALL REV(A$)
END

SUB REV(A$)
FOR I= 1 TO LEN(A$)
B$=MID$(A$,I,1)
W$=B$+W$
NEXT I
PRINT “REVERSED STRING=”W$
END SUB  

b) Write a program using FUNCTION…END FUNCTION to find area of the triangle.

 DECLARE FUNCTION AREA(B,H)
CLS
INPUT “ENTER BASE”;B
INPUT “ENTER HEIGHT”;H
PRINT “AREA OF TRIANGLE”;AREA(B,H)
END

FUNCTION AREA(B,H)
AREA=0.5*B*H
END FUNCTION

       c)      A sequential data file called “Marks.dat” contains NAME, AGE, CITY, and TELEPHONE fields. Write a program to display all the contents of the data file.

OPEN “Marks.dat” FOR INPUT AS #1
CLS
DO WHILE NOT EOF(1)
INPUT #1, N$, A, C$, T#
PRINT N$, A, C$, T#
LOOP
CLOSE #1
END

Prepared by: SK