Advertisement

Tech Ques and Ans - 2

Ques : How to download video easily:

Ans: There are several ways to download you tube videos. If you installed internet download manager, then when playing video you can see download video option. Just click there to download this video.
If you don't have IDM, then jyst ass 'ss before' the url.
Example. Let a video will be this kind:

https://www.youtube.com/watch?v=9japd_jYHH4
You need to do he url like:
https://www.ssyoutube.com/watch?v=9japd_jYHH4

After that download this video.

Ques : CD/DVD drive is not working in my Laptop or Desktop? what can i do?

Answer: Generally it is the problem of hardware. So it is better to contact with service center

Ques : My PC is not starting, after pressing power button i am hearing a sound 'beep-beep', what is the problem?

Ans : Generally this problem occurs due to the problem of RAM. You can have a try changing the RAM.

Ques: My Computer opens normally, but after immediate of opening my computer takes restart, what is the reason?

Ans : Generally this problem occurs due to the over heat of processor. Check that the cooler fan on the processor is working well or not. If it is not running, then change it immediately.



Tech Question and Answer -1



Tech question and answer – 1:

1.       WiFi is not working in my laptop, what is the solution?
Answer: First uninstall the WiFi device software from your laptop, Download a latest version from the laptop manufacturer website and install it.
If this problem still occurs, then, it seems that there is a problem of WiFi device. You may need to contact the customer care.

2.       How to remove shortcut virus from PC?
Answer: Shortcut virus is a virus which is annoying more and more. It generally creates a disgusting problem. To get rid from it, you can use latest version of updated antivirus. Also you use latest version of  malware bytes.
Can download malware bytes from here:

3.       How can I recover deleted data?
Ans : If you accidently delete data, then you can still recover that data, though sometimes these data may be corrupted.  You can use data recovery software to recover data. There are so many software you can find online to recover data like Recover My Files, Easy Data Recovery, Media Rescue Pro, Photo Rescue pro etc. You can also get help from the search engine to get the information about data recovery.

4.       How can I open ZIP or RAR file?
Ans : Generally some files we download from the internet are packed as rar or ZIP. We need to open or extract files from it. To do this we need to install WinRAR or winZIP software in our PC.
Also if you are using windows 7 or later version then, you can download and install 7 ZIP.
You can download WinRAR from here:

5.       How to secure a folder in PC?
Ans : Sometimes it is needed to secure one or more folder in a PC. Because some folder contains important information or personal information. There are so many software through which you can secure your folder in PC. Some of them are folder lock, hide my folder, Password folder, PC security  etc. For more this types of software you can search in the search engines.
You can download folder lock from here:
tech question


Some photos of windows 10

SO friends, whats up. Me fine. After long days, i'm writing in this blog. Hope of being regular from now. Today i'm going to share some photos of windows 10. This photos are captured by me after installing windows 10. Some people are very eager about windows 10. It has a remarkable change from windows 8. So lets enjoy this pictures:

windows 10 technical previewwindows 10 technical preview
windows 10 technical preview
windows 10 technical preview
windows 10 technical preview
windows 10 technical preview
windows 10 technical preview
windows 10 technical preview

Graphics function in C programming

Basics of Graphics Programming
Elements of Graphics object
Basic concepts of Animation
Some Examples…

Make sure that you have
egavga.bgi
Better to have it in both bin and bgifolder under tc
You need the following header files…
#include <graphics.h>


Next...contunues to next post..

Android games: Free download Puppet soccer 2014

Thanks for visiting this blog, after a long time , i'm going to share with you an android apps, actually it is an android games, which name is puppet soccer 2014. It is really nice games. This not a traditional game like football, Though you can enjoy gaming here. You can give goal to other countries. Basically it is based in the world cup fixture 2014. You may find almost all the teams which played in WC 2014. You may select your team. And you can buy players by gaining coin. So much enjoy.

Required android : 2.3 and up

Size: 28MB
Media fire download link: Puppet soccer 2014
Google play store download link: Puppet soccer 2014 

Reference : myitzn.blogspot.com

Matlab code for diagonal exchange

clc;

m=input(' number of row= ');
n=input (' number of column =');

x=randi ([0,10],m,n)
r=m/2;
for i=1:1:r
 
    for j=1:1:r
        virtual=x(i+r,j+r);
        x(i+r,j+r)=x(i,j);
        virtual2=x(i+r,j);
        x(i+r,j)=x(i,j+r);
        x(i,j+r)= virtual2;
     
    end
    x(i,j)=virtual
end

Composite Video Signal

Composite Video Signal consists of a camera signal corresponding to the desired picture information, blanking pulses to make the retrace invisible, and synchronizing pulses to synchronize transmitter and receiver scanning. A horizontal synchronizing pulse is needed at the end of each active line period whereas a vertical sync is required after each field is scanned.

Be Ready

Are you ready? more and more posts are coming through another blog. Stay with us.

WEB DESIGN : Tools


WEB DESIGN : Tools
There are so many tools are used for designing a web site.Generally  the default programe of  windows “notepad” is used for HTML language.On the other hand  mainly ADOBE DREAMWEAVER & MACROMEDIA DREAMWEAVER and this kind of software is used for pure web designing.Basically Macromedia dreamweaver and Adobe dreamweaver  are almost same.


Macromedia dreamweaver
dream int.JPG

This is the interface of macromedia dreamweaver.Through the “create new” menu one can choose the page type such as HTML, PHP, JAVA etc.

dre cod33e.jpg
With this wonderful tools one can easily design his page.In the title section one can easily modify his or her page title.Body part contains main coding of tha page main modifying goes here.On body section if anyone wants to add link, then just simply select that link section and add that link through the box in below.