当前位置: 首页 > news >正文

计算机面试常见问答题目

英语口语

自我介绍

Hello, teachers. My name is Wang Xu. I come from Ningxia. I graduated from the School of Computer Science, Xi 'an Jiaotong University, majoring in Internet of Things. Next, I will introduce myself from four aspects.
First of all, I studied hard, ranked in the top 40% of my major, and won academic scholarship and school-level commendation.
Secondly, as an engineering student, I also took an active part in some professional competitions in my spare time and achieved good results.
Personally, I love computer science. I have a stable personality and strong self-driving ability.
In the future, I hope to join the scientific research team of Jiaotong University, strive to improve my professional quality and literature writing ability, and write high-quality papers under the guidance of my supervisor. Of course, this is my idea, and I will make adjustments according to my learning situation and the suggestions of my tutor. This is the end of my introduction. Thank you for your listening.

为何考研

First, I have a dream to be a scientist.And over the years, that desire has grown stronger.Among the many choices, I chose graduate school without hesitation.
Secondly, at the undergraduate stage, I have a strong interest in computers.
In some practices, I found that I still have a lot of knowledge shortcomings.
Therefore, I want to improve myself further.

介绍家乡(学校)

I have studied and lived here for many years, and I deeply understand that Xi’an Jiaotong University is a very good platform.There is a good environment here, and the people around are very enthusiastic.
Everyone has goals to strive for, such as scientific research and social services.I also hope that I can become a good person.

专业问题

操作系统

堆栈区别?

栈:是由编译器在需要时自动分配,不需要时自动清除的变量存储区。通常存放局部变量、函数参数等。
堆:是由new分配的内存块,由程序员释放(编译器不管),一般一个new与一个delete对应,一个new[]与一个delete[]对应。如果程序员没有释放掉, 资源将由操作系统在程序结束后自动回收。

ipv4和ipv6,tcp和udp的区别

ipv6头部字段长,可分配的地址多。v4地址4字节,v6地址16字节。v6提供身份验证和加密。
TCP提供面向连接的、可靠的数据流传输,而UDP提供的是非面向连接的、不可靠的数据流传输。
TCP传输单位称为TCP报文段,UDP传输单位称为用户数据报。
TCP注重数据安全性,UDP数据传输快少了许多操作,但是其安全性却一般。
在这里插入图片描述

流量控制、拥塞控制用在那些层?常见算法?

http://www.lryc.cn/news/40887.html

相关文章:

  • mac pro m1:安装dump文件内存分析工具——MAT
  • 并发基础之线程池(Thread Pool)
  • 【C语言进阶】内存函数
  • Java开发 - ELK初体验
  • AI_Papers周刊:第六期
  • JS运行环境、包管理、打包工具总结
  • day4网络编程(广播和组播)
  • Vue3 自动引入组件及函数、动态生成侧边栏路由
  • 人工智能交互系统界面设计
  • 蓝桥杯嵌入式第一课--创建工程
  • Java面向对象:接口的学习
  • 西瓜视频登录页面
  • 【springboot】常用快捷键:
  • 宝塔控制面板常用Linux命令大全
  • C语言实现单链表(超多配图,这下不得不学会单链表了)
  • SQL编写优化技巧
  • 【基础算法】单链表的OJ练习(6) # 复制带随机指针的链表 #
  • Activity生命周期完成EvenetLog回调
  • 西安石油大学C语言期末真题实战
  • 【Shell】Shell变量
  • 你是真的“C”——结构体中鲜有人知的“秘密”
  • 2023年“网络安全”赛项江苏省淮安市赛题解析(超详细)
  • 【二分查找】
  • Vue学习 -- 如何用Axios发送请求(get post)Promise对象 跨域请求问题
  • TVS和稳压管的相同点和不同点
  • 微信小程序项目实例——扫雷
  • 2022-2023年度广东省职业院校学生专业技能大赛 中职组网络安全赛项竞赛规程
  • 超详细的堆排序,进来看看吧。
  • 线性回归 特征扩展的原理与python代码的实现
  • 订阅关系一致